We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413ef89 commit 36595e1Copy full SHA for 36595e1
.github/workflows/qualify_24a.yml renamed to .github/workflows/qualify_24b.yml
@@ -1,15 +1,15 @@
1
-# Run tInstall on Ubuntu against python versions 3.11, 3.10 and 3.9
+# Run tInstall on Ubuntu against python versions 3.12, 3.11, 3.10 and 3.9
2
3
-name: Test R2024a
+name: Test R2024b
4
5
on:
6
push:
7
branches:
8
- - R2024a
+ - R2024b
9
10
pull_request:
11
12
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
@@ -21,7 +21,7 @@ jobs:
21
test-python-engine:
22
strategy:
23
matrix:
24
- python: ["3.11", "3.10", "3.9"]
+ python: ["3.12", "3.11", "3.10", "3.9"]
25
26
runs-on: ubuntu-latest
27
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up MATLAB
35
uses: matlab-actions/setup-matlab@v2
36
with:
37
- release: R2024a
+ release: R2024b
38
39
- uses: actions/checkout@v3
40
0 commit comments