From 7039a998b8b7acafdaf13bebab3b351659b8cc46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 15 Apr 2022 14:29:20 +0200
Subject: [PATCH] CI: bump to Octave 7.1.0

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 856e7fd..70880e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 variables:
   MATLAB_VERSION: R2022a
   OLD_MATLAB_VERSION: R2014a
-  OCTAVE_VERSION: 6.4.0
+  OCTAVE_VERSION: 7.1.0
 
 before_script:
   - git clone https://git.dynare.org/Dynare/dseries.git
-- 
GitLab