From 8218f01fe3bb8846a653550984c06a0b68fbfcf8 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 (manually cherry picked from commit 4f52ba0dbc2e5509d24a2b4abf93f5755695be6b) --- .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 3ad91b7e11..c6cf137b89 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 617ef2e119..2dfd2702c3 160000 --- a/matlab/modules/dseries +++ b/matlab/modules/dseries @@ -1 +1 @@ -Subproject commit 617ef2e11925f336184a5c4b52bd708d49170219 +Subproject commit 2dfd2702c3d3e14c3e38f5172420877b24757eb8 diff --git a/matlab/modules/reporting b/matlab/modules/reporting index 021e916c6b..4864947258 160000 --- a/matlab/modules/reporting +++ b/matlab/modules/reporting @@ -1 +1 @@ -Subproject commit 021e916c6bf99090416845a8f6e7ea54a9403013 +Subproject commit 486494725898137366b5b85164ac8d7ca773a61f -- GitLab