Skip to content

Commit

Permalink
ci: add R2023a
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Apr 10, 2023
1 parent 676ff4b commit da5404b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -16,12 +16,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
release: [R2020b, R2021a, R2021b, R2022a, R2022b]
release: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a]
include:
- os: macos-latest
release: R2022b
release: R2023a
- os: windows-latest
release: R2022b
release: R2023a

steps:

Expand All @@ -33,12 +33,12 @@ jobs:
- uses: actions/checkout@v3

- name: Run Matlab tests (buildtool)
if: ${{ matrix.release == 'R2022b' }}
if: ${{ matrix.release >= 'R2022b' }}
timeout-minutes: 10
uses: matlab-actions/run-build@v1

- name: Run tests (manual)
if: ${{ matrix.release != 'R2022b' }}
if: ${{ matrix.release < 'R2022b' }}
timeout-minutes: 10
uses: matlab-actions/run-command@v1
with:
Expand Down

0 comments on commit da5404b

Please sign in to comment.