From 27e253f2fe5d158788d889ab8a1d20382cb02edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 17 Mar 2023 16:32:13 +0100 Subject: [PATCH] CI: bump to MATLAB R2023a --- .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 1086884ba4..9682ef7a79 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: GIT_SUBMODULE_STRATEGY: recursive TERM: linux - MATLAB_VERSION: R2022b + MATLAB_VERSION: R2023a 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 72c81ac028..3f15efe062 160000 --- a/matlab/modules/dseries +++ b/matlab/modules/dseries @@ -1 +1 @@ -Subproject commit 72c81ac028822bd0985c5b03d1f61b501efbcbeb +Subproject commit 3f15efe062f633d9d31d13594af9d96b3dba0cff diff --git a/matlab/modules/reporting b/matlab/modules/reporting index cfbeb9a12d..5d7f7e0c2b 160000 --- a/matlab/modules/reporting +++ b/matlab/modules/reporting @@ -1 +1 @@ -Subproject commit cfbeb9a12d6b859c4a1321225fab010a7f2f5046 +Subproject commit 5d7f7e0c2bbf1985a516662c360d984e230a38c8 -- GitLab