Skip to content

Commit 5174c81

Browse files
committed
Update test matrix
1 parent 8b8c86b commit 5174c81

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
version: [R2021a, latest]
21-
os: [windows-latest, ubuntu-latest, macos-13]
20+
version: [R2021b, R2022a, R2022b, latest]
21+
os: [windows-latest, ubuntu-latest, macos-latest]
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4

.github/workflows/test-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
version: [R2021a, latest]
22-
os: [windows-latest, ubuntu-latest, macos-13]
21+
version: [R2021b, R2022a, R2022b, latest]
22+
os: [windows-latest, ubuntu-latest, macos-latest]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
version: [R2021a, latest]
22-
os: [windows-latest, ubuntu-latest, macos-13]
21+
version: [R2021b, R2022a, R2022b, latest]
22+
os: [windows-latest, ubuntu-latest, macos-latest]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)