Skip to content

Commit 15ef01f

Browse files
authored
Update ci.yml
Add testing in R2024a
1 parent a6230ca commit 15ef01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
MATLABVersion: [R2021a,R2023a,R2023b]
16+
MATLABVersion: [R2023a,R2023b,R2024a]
1717
runs-on: ubuntu-latest
1818
steps:
1919
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -65,4 +65,4 @@ jobs:
6565
git config user.email "<>"
6666
git commit Images/TestedWith.json -m "Update CI badges ${{ github.ref_name }}"
6767
git fetch
68-
git push
68+
git push

0 commit comments

Comments
 (0)