Skip to content

Commit 5ce960d

Browse files
committed
R2020a is too unstable
1 parent b9c30a2 commit 5ce960d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
release: [R2020b, R2021a, R2021b, R2022a, R2023a, R2023b, R2024a]
20+
release: [R2021a, R2021b, R2022a, R2023a, R2023b, R2024a]
2121
include:
2222
- os: macos-latest
2323
release: R2024a

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Matlab users coming from other languages often notice the missing functionality contained within this user-developed, unofficial "stdlib" for Matlab.
88
These system "sys", file I/O "fileio" and HDF5/NetCDF "hdf5nc" function are useful across several of our own and others projects.
99

10-
The absolute minimum Matlab release is R2020b.
10+
The absolute minimum Matlab release is R2021a.
1111
NetCDF4 string support requires Matlab >= R2021b.
1212

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

0 commit comments

Comments
 (0)