Skip to content

Commit

Permalink
Merge pull request #225 from mkurz/semantic-version-selector-expression
Browse files Browse the repository at this point in the history
Semantic Scala version selector expression in workflows
  • Loading branch information
mkurz authored Oct 5, 2022
2 parents f334776 + a272c08 commit 97858ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 17, 11
scala: 2.12.16, 2.13.8
scala: 2.12.x, 2.13.x
cmd: |
sbt ++$MATRIX_SCALA test
# Test sample applications
Expand Down

0 comments on commit 97858ca

Please sign in to comment.