We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348c547 commit 8ac6f87Copy full SHA for 8ac6f87
.github/workflows/build-test.yml
@@ -15,7 +15,7 @@ concurrency:
15
jobs:
16
tests:
17
name: Tests
18
- uses: playframework/.github/.github/workflows/cmd.yml@v3
+ uses: playframework/.github/.github/workflows/cmd.yml@v4
19
with:
20
java: 21, 17, 11
21
scala: 2.13.x, 3.x
@@ -26,4 +26,4 @@ jobs:
26
if: github.event_name == 'pull_request'
27
needs: # Should be last
28
- "tests"
29
- uses: playframework/.github/.github/workflows/rtm.yml@v3
+ uses: playframework/.github/.github/workflows/rtm.yml@v4
0 commit comments