From 97963a07949d0b8acb5baf962288e1568e1aa795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 22 Sep 2023 10:52:57 +0200 Subject: [PATCH] CI: bump to MATLAB R2023b (manually cherry picked from commit c42436644035ca04ee833c3d2bb899df245a0776) --- .gitlab-ci.yml | 2 +- matlab/modules/dseries | 2 +- matlab/modules/reporting | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce979440c4..8bc4bd6942 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: GIT_SUBMODULE_STRATEGY: recursive TERM: linux - MATLAB_VERSION: R2023a + MATLAB_VERSION: R2023b OLD_MATLAB_VERSION: R2014a # The next stanza creates the version number used for the source tarball and the diff --git a/matlab/modules/dseries b/matlab/modules/dseries index 22f39ecf49..6a1c9211ca 160000 --- a/matlab/modules/dseries +++ b/matlab/modules/dseries @@ -1 +1 @@ -Subproject commit 22f39ecf498ac7943f9c91be72013ec2aa4643b0 +Subproject commit 6a1c9211cacf4c4f7535ab6c3c6d59cbef7dc107 diff --git a/matlab/modules/reporting b/matlab/modules/reporting index 5fbaaea5db..e91f757507 160000 --- a/matlab/modules/reporting +++ b/matlab/modules/reporting @@ -1 +1 @@ -Subproject commit 5fbaaea5dbd447179f23c576913001003ef5a107 +Subproject commit e91f7575077901d8726214d1b5ed81ba931fe2ff -- GitLab