Skip to content

Commit

Permalink
Merge pull request #66 from Philippus/not-repeat-version-numbers
Browse files Browse the repository at this point in the history
Make build not need specific minor version
  • Loading branch information
Philippus authored Sep 25, 2023
2 parents b0e6f47 + 8bb6f00 commit cfaaac3
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala-version: [2.12.18, 2.13.12]
scala-version: [2.12.x, 2.13.x]
java-version: [8, 11, 17]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cfaaac3

Please sign in to comment.