Skip to content

Commit 01bc645

Browse files
authored
Replace R2025a with R2025b
1 parent a8485b3 commit 01bc645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false # Run with every MATLAB version independently
6464
matrix:
65-
matlabVer: [R2024b, R2025a] # List of MATLAB releases to test
65+
matlabVer: [R2024b, R2025b] # List of MATLAB releases to test
6666
runs-on: matlab
6767

6868
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)