Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
removed old tests; only "b" release are now tested (if available), so R2021b, R2022b etc.
  • Loading branch information
teasit committed Dec 21, 2023
1 parent aeae697 commit 0ac1348
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 101 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/test-matlab-r2021a.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/test-matlab-r2022a.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: R2020a
name: R2023b
on: [push]
jobs:
test-matlab-ubuntu:
Expand All @@ -10,7 +10,7 @@ jobs:
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2020a
release: R2023b
- name: Run tests and generate artifacts
uses: matlab-actions/run-tests@v1
with:
Expand All @@ -25,7 +25,7 @@ jobs:
# - name: Set up MATLAB
# uses: matlab-actions/setup-matlab@v1
# with:
# release: R2020a
# release: R2022b
# - name: Run tests and generate artifacts
# uses: matlab-actions/run-tests@v1
# with:
Expand All @@ -40,7 +40,7 @@ jobs:
# - name: Set up MATLAB
# uses: matlab-actions/setup-matlab@v1
# with:
# release: R2020a
# release: R2022b
# - name: Run tests and generate artifacts
# uses: matlab-actions/run-tests@v1
# with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![View on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://de.mathworks.com/matlabcentral/fileexchange/110955)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/teasit/magic-formula-tyre-library)](https://github.com/teasit/magic-formula-tyre-library/releases/latest)
[![R2022b](https://github.com/teasit/magic-formula-tyre-library/actions/workflows/test-matlab-r2022b.yml/badge.svg?branch=main)](https://github.com/teasit/magic-formula-tyre-library/actions/workflows/test-matlab-r2022b.yml)
[![MATLAB Latest Tests Status](https://github.com/teasit/magic-formula-tyre-library/actions/workflows/test-matlab-r2023b.yml/badge.svg?branch=main)](https://github.com/teasit/magic-formula-tyre-library/actions/workflows/test-matlab-r2023b.yml)

![Fitting Example](doc/images/magic_formula_library_socialpreview.png)

Expand Down

0 comments on commit 0ac1348

Please sign in to comment.