Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Add testing in R2024a
  • Loading branch information
eszmw authored Jun 24, 2024
1 parent a6230ca commit 15ef01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
MATLABVersion: [R2021a,R2023a,R2023b]
MATLABVersion: [R2023a,R2023b,R2024a]
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
git config user.email "<>"
git commit Images/TestedWith.json -m "Update CI badges ${{ github.ref_name }}"
git fetch
git push
git push

0 comments on commit 15ef01f

Please sign in to comment.