Skip to content

Commit 4ceb2c8

Browse files
committed
update action
1 parent 71df91a commit 4ceb2c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests_matlab.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
version: [R2021a, R2021b, R2022a, R2022b]
27+
version: [R2023b]
2828
os: [ubuntu-latest, macos-latest, windows-latest]
2929

3030
runs-on: ${{matrix.os}}
3131

3232
steps:
3333
- name: Install MATLAB
34-
uses: matlab-actions/setup-matlab@v1.2.5
34+
uses: matlab-actions/setup-matlab@v2.1.0
3535
with:
3636
release: ${{matrix.version}}
3737

@@ -54,7 +54,7 @@ jobs:
5454
run: make install_dev
5555

5656
- name: Run tests
57-
uses: matlab-actions/run-command@v1.2.2
57+
uses: matlab-actions/run-command@v2.1.0
5858
with:
5959
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
6060

0 commit comments

Comments
 (0)