From e5e29e21db5a7af2f2dfaf1495ddc6ec79b2f751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 18 Jun 2025 17:15:03 +0200 Subject: [PATCH] CI: bump to MATLAB R2025a --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46a01c959..d6738ceb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: GIT_SUBMODULE_STRATEGY: recursive TERM: linux - MATLAB_VERSION: R2024b + MATLAB_VERSION: R2025a OLD_MATLAB_VERSION: R2020a # 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' -- GitLab