Skip to content

Commit

Permalink
Update MATLAB versions to be tested to the last three release versions (
Browse files Browse the repository at this point in the history
#48)

* Update MATLAB versions to be tested to the last three release versions (a and b)

* Update contents file with new versions that are tested
  • Loading branch information
IshaanDesai authored Feb 5, 2024
1 parent e45a0c5 commit 1cf8d5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
matrix:
include:
- release: latest
- release: R2023b
- release: R2023a
- release: R2022b
- release: R2022a
- release: R2021b
# - release: R2021a # throws an error: https://github.com/precice/matlab-bindings/pull/42
- release: R2020b
- release: R2020a
steps:

- name: install precice
Expand Down Expand Up @@ -60,12 +60,12 @@ jobs:
matrix:
include:
- release: latest
- release: R2023b
- release: R2023a
- release: R2022b
- release: R2022a
- release: R2021b
# - release: R2021a
- release: R2020b
- release: R2020a
steps:

- name: install precice
Expand Down
2 changes: 1 addition & 1 deletion Contents.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% MATLAB-bindings for coupling library preCICE
% Version 2.5.0.0 (R2021b, R2021a, R2020b, R2020a) 11-Aug-2022
% Version 2.5.0.0 (R2023b, R2023a, R2022b, R2022a, R2021b) 05-Feb-2024
%
% Files
% getVersionInformation -
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Note that the first three digits of the version number of the bindings indicate

## Requirements

MATLAB R2018a or later is required. The bindings are tested on R2021b, R2021a, R2020b, R2020a.
MATLAB R2018a or later is required. The bindings are actively tested on versions R2023b, R2023a, R2022b, R2022a, and R2021b.

## Restrictions

Expand Down

0 comments on commit 1cf8d5a

Please sign in to comment.