Skip to content

Commit

Permalink
Make build not need specific minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Sep 25, 2023
1 parent d4156f7 commit ae6749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala-version: [2.13.12]
scala-version: [2.13.x]
java-version: [8, 11, 17]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ae6749d

Please sign in to comment.