From 1f2c9076f7af269d927b59abeb663f28dbae2174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 2 Apr 2024 17:29:30 +0200 Subject: [PATCH] CI: bump to MATLAB R2024a --- .gitlab-ci.yml | 2 +- matlab/dseries | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6237ff86f1..dd335080f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: GIT_SUBMODULE_STRATEGY: recursive TERM: linux - MATLAB_VERSION: R2023b + MATLAB_VERSION: R2024a OLD_MATLAB_VERSION: R2018b # To ensure that "false && true" fails, see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/25394#note_412609647 FF_ENABLE_BASH_EXIT_CODE_CHECK: 'true' diff --git a/matlab/dseries b/matlab/dseries index c799f003eb..29295b7ca1 160000 --- a/matlab/dseries +++ b/matlab/dseries @@ -1 +1 @@ -Subproject commit c799f003eb8d8ca51ef2926f1e9deec1f80cb5e2 +Subproject commit 29295b7ca114234c3982519fbf70c23141feabc0 -- GitLab