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

(manually cherry picked from commit 1ba9189cb0dcfdaef53ea02baf5c9ba089539e60)
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ede033671d..8404668fb3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ variables:
   TERM: linux
   MATLAB_VERSION: R2020b
   OLD_MATLAB_VERSION: R2009b
-  OCTAVE_VERSION: 5.2.0
+  OCTAVE_VERSION: 6.2.0
 
 # The next stanza creates the version number used for the source tarball and the
 # binary packages. Here are the following possible cases:
-- 
GitLab