Skip to content

Commit 36595e1

Browse files
committed
Add workflow for 24b
1 parent 413ef89 commit 36595e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/qualify_24a.yml renamed to .github/workflows/qualify_24b.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Run tInstall on Ubuntu against python versions 3.11, 3.10 and 3.9
1+
# Run tInstall on Ubuntu against python versions 3.12, 3.11, 3.10 and 3.9
22

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

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

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

1414
# Allows you to run this workflow manually from the Actions tab
1515
workflow_dispatch:
@@ -21,7 +21,7 @@ jobs:
2121
test-python-engine:
2222
strategy:
2323
matrix:
24-
python: ["3.11", "3.10", "3.9"]
24+
python: ["3.12", "3.11", "3.10", "3.9"]
2525

2626
runs-on: ubuntu-latest
2727

@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up MATLAB
3535
uses: matlab-actions/setup-matlab@v2
3636
with:
37-
release: R2024a
37+
release: R2024b
3838

3939
- uses: actions/checkout@v3
4040

0 commit comments

Comments
 (0)