Skip to content

Commit

Permalink
R2020a is too unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 18, 2024
1 parent b9c30a2 commit 5ce960d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
release: [R2020b, R2021a, R2021b, R2022a, R2023a, R2023b, R2024a]
release: [R2021a, R2021b, R2022a, R2023a, R2023b, R2024a]
include:
- os: macos-latest
release: R2024a
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Matlab users coming from other languages often notice the missing functionality contained within this user-developed, unofficial "stdlib" for Matlab.
These system "sys", file I/O "fileio" and HDF5/NetCDF "hdf5nc" function are useful across several of our own and others projects.

The absolute minimum Matlab release is R2020b.
The absolute minimum Matlab release is R2021a.
NetCDF4 string support requires Matlab >= R2021b.

Self-tests can be run from that matlab-stdlib/ directory:
Expand Down

0 comments on commit 5ce960d

Please sign in to comment.