Skip to content

Commit

Permalink
Merge pull request #68 from modelix/latest-mps-versions
Browse files Browse the repository at this point in the history
build(deps): use latest MPS versions
  • Loading branch information
slisson authored Oct 23, 2024
2 parents b66483f + 5f71e06 commit 8ebbf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
mpsversion: [ "2020.3.6", "2021.1.4", "2021.2.6", "2021.3.5", "2022.2.2", "2022.3.1", "2023.2", "2023.3", "2024.1-RC1" ]
mpsversion: [ "2020.3.6", "2021.1.4", "2021.2.6", "2021.3.5", "2022.2.4", "2022.3.3", "2023.2.2", "2023.3.2", "2024.1.1" ]
javaversion: [ 21 ]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8ebbf77

Please sign in to comment.