From bf875ff4726d120f2b8882f45c7a4489298ea766 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 8 Mar 2021 14:57:52 +0100
Subject: [PATCH] CI: bump Octave version to 6.2.0

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80dae3a..61a1fdb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 variables:
   MATLAB_VERSION: R2020b
   OLD_MATLAB_VERSION: R2014a
-  OCTAVE_VERSION: 5.2.0
+  OCTAVE_VERSION: 6.2.0
 
 before_script:
   - git clone https://git.dynare.org/Dynare/dseries.git
-- 
GitLab