Skip to content

Commit

Permalink
Drop R2020a support since MATLAB GitHub Actions no longer support
Browse files Browse the repository at this point in the history
  • Loading branch information
rpurser47 authored Sep 8, 2024
1 parent e91511d commit 94b4e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manualMATLABReleaseTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
MATLABVersion: [R2020a, R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a]
MATLABVersion: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, R2024a]
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down

0 comments on commit 94b4e9e

Please sign in to comment.