We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3418d52 commit 6af0609Copy full SHA for 6af0609
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- MATLABVersion: [R2024a,R2024b]
+ MATLABVersion: [R2024a,R2024b,latest-including-prerelease]
23
runs-on: ubuntu-latest
24
steps:
25
# Checks-out your repository
0 commit comments