Skip to content

Commit

Permalink
ci: more version coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Sep 18, 2024
1 parent 8f310f6 commit 5173fff
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ jobs:
os: [ubuntu-latest]
release: [R2021a, R2023a, R2023b, R2024a]
include:
- os: ubuntu-24.04
release: latest-including-prerelease
- os: macos-latest
release: latest-including-prerelease
release: R2024b
- os: macos-latest
release: R2023b
- os: windows-latest
release: R2024b
- os: windows-latest
release: latest-including-prerelease
release: R2023b

steps:

Expand All @@ -48,3 +50,29 @@ jobs:
uses: matlab-actions/run-tests@v2
with:
select-by-folder: test



prerelease:
if: false
timeout-minutes: 60
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
release: [latest-including-prerelease]

steps:

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.release }}

- uses: actions/checkout@v4

- name: Run Matlab tests (buildtool)
timeout-minutes: 10
uses: matlab-actions/run-build@v2

0 comments on commit 5173fff

Please sign in to comment.