Skip to content

Commit

Permalink
bump matlab version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 8, 2024
1 parent df818f3 commit 78563ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,28 @@ jobs:
test_type: [system]
script: [moae, facerep, fmriprep]
os: [ubuntu-latest, macos-latest]
matlab: [R2023a]
matlab: [R2023b]
include:
# only run bms on ubuntu because of datalad setup
- test_type: system
os: ubuntu-latest
matlab: R2023a
matlab: R2023b
script: bms
- test_type: unit
os: ubuntu-latest
matlab: R2023a
matlab: R2023b
mode: fast
- test_type: unit
os: macos-latest
matlab: R2023a
matlab: R2023b
mode: fast
- test_type: unit
os: ubuntu-latest
matlab: R2023a
matlab: R2023b
mode: slow
- test_type: unit
os: macos-latest
matlab: R2023a
matlab: R2023b
mode: slow
fail-fast: false

Expand Down

0 comments on commit 78563ac

Please sign in to comment.