Skip to content

Commit 4b782c1

Browse files
committed
Updated for testing versions and compatibility.
1 parent eb3675d commit 4b782c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
MATLABVersion: [R2024a,R2024b]
22+
MATLABVersion: [R2024b,R2025a]
2323
runs-on: ubuntu-latest
2424
steps:
2525
# Checks-out your repository

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ smoke-test:
2626
stage: test
2727
parallel:
2828
matrix:
29-
- VERSION: [R2024a,R2024b]
29+
- VERSION: [R2024b,R2025a]
3030
script:
3131
- Set-Alias -Name matlab -Value "C:\Program Files\MATLAB\$VERSION\bin\matlab.exe"
3232
- matlab -batch "openProject(pwd);RunAllTests"

Images/TestedWith.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"schemaVersion":1,"label":"Test Status","color":"critical","message":"R2024a | R2024b"}
1+
{"schemaVersion":1,"label":"Test Status","color":"yellowgreen","message":"R2024b | R2025a"}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**Curriculum Module**
1010

11-
_Created with R2024b. Compatible with R2024b and later releases._
11+
_Created with R2024a. Compatible with R2024a and later releases._
1212

1313
# Information
1414

0 commit comments

Comments
 (0)