We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b4cb5 commit ca63a7fCopy full SHA for ca63a7f
1 file changed
.github/workflows/qualify_23b.yml .github/workflows/qualify_24a.yml.github/workflows/qualify_23b.yml renamed to .github/workflows/qualify_24a.yml
@@ -1,15 +1,15 @@
1
# Run tInstall on Ubuntu against python versions 3.11, 3.10 and 3.9
2
3
-name: Test R2023b
+name: Test R2024a
4
5
on:
6
push:
7
branches:
8
- - R2023b
+ - R2024a
9
10
pull_request:
11
12
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up MATLAB
35
uses: matlab-actions/setup-matlab@v1
36
with:
37
- release: R2023b
+ release: R2024a
38
39
- uses: actions/checkout@v3
40
0 commit comments