From 1059631af68b0f47c44fe3d0ab8982615f1c7e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 21 Jul 2021 17:28:19 +0200 Subject: [PATCH] CI: bump to Octave 6.3.0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b50be3..8e16660 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: MATLAB_VERSION: R2021a OLD_MATLAB_VERSION: R2014a - OCTAVE_VERSION: 6.2.0 + OCTAVE_VERSION: 6.3.0 before_script: - git clone https://git.dynare.org/Dynare/dseries.git -- GitLab