From 21316322a884ac7e8d3a61203511288de4c4db71 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 20 Nov 2023 16:36:17 +0100 Subject: [PATCH] Add R2023b to matlab-one-line-install-test CI job --- .github/workflows/matlab-one-line-install-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matlab-one-line-install-test.yml b/.github/workflows/matlab-one-line-install-test.yml index cbf1e29ba..a0407637e 100644 --- a/.github/workflows/matlab-one-line-install-test.yml +++ b/.github/workflows/matlab-one-line-install-test.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04, macos-latest, windows-latest] - matlab_version: [R2022a, R2022b, R2023a] + matlab_version: [R2022a, R2022b, R2023a, R2023b] exclude: # R2020* is not supported on Windows on GitHub Actions - os: windows-latest