From 374c6e5b83b568e47526b80f2ba2ceb0293256f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 6 Sep 2022 11:19:13 +0200 Subject: [PATCH] CI: bump to Octave 7.2.0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e0bec7..9ecdfc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: TERM: linux MATLAB_VERSION: R2022a OLD_MATLAB_VERSION: R2014a - OCTAVE_VERSION: 7.1.0 + OCTAVE_VERSION: 7.2.0 before_script: - git clone https://git.dynare.org/Dynare/m-unit-tests -- GitLab