Skip to content

Commit ca63a7f

Browse files
committed
Add tests for 24a
1 parent 36b4cb5 commit ca63a7f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Run tInstall on Ubuntu against python versions 3.11, 3.10 and 3.9
22

3-
name: Test R2023b
3+
name: Test R2024a
44

55
on:
66
push:
77
branches:
8-
- R2023b
8+
- R2024a
99

1010
pull_request:
1111
branches:
12-
- R2023b
12+
- R2024a
1313

1414
# Allows you to run this workflow manually from the Actions tab
1515
workflow_dispatch:
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up MATLAB
3535
uses: matlab-actions/setup-matlab@v1
3636
with:
37-
release: R2023b
37+
release: R2024a
3838

3939
- uses: actions/checkout@v3
4040

0 commit comments

Comments
 (0)