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 7aeeebd commit f2397a3Copy full SHA for f2397a3
.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