Skip to content

Commit

Permalink
Merge pull request #422 from mkurz/gha_adjustments
Browse files Browse the repository at this point in the history
Also test with Java 21 and 17 and Don't release when publishing GitHub release from UI
  • Loading branch information
mkurz committed Dec 11, 2023
2 parents 857f374 + 18cdac3 commit 9f2ee01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Tests
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 11, 8
java: 21, 17, 11, 8
scala: 2.12.18
cmd: |
sbt ++$MATRIX_SCALA test scripted
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: # Snapshots
- main
tags: ["**"] # Releases
release:
types: [published]

jobs:
publish-artifacts:
Expand Down

0 comments on commit 9f2ee01

Please sign in to comment.