Skip to content

Commit

Permalink
run CI for readme snippets on different Matlab versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Mar 11, 2024
1 parent db770bf commit 331e988
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/readme_snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- run: julia readme.jl

matlab:
strategy:
matrix:
matlab-release: [R2021a, R2023b]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -65,7 +68,7 @@ jobs:
- run: cat -n readme.m
- uses: matlab-actions/setup-matlab@v0
with:
release: R2021a
release: ${{ matlab.release }}
- uses: matlab-actions/run-command@v0
with:
command: readme
Expand Down

0 comments on commit 331e988

Please sign in to comment.