Skip to content

Commit

Permalink
Drop Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 5, 2022
1 parent 58f41d0 commit 99c3f06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ concurrency:
jobs:
check-code-style:
name: Code Style
uses: playframework/.github/.github/workflows/cmd.yml@v2
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
cmd: sbt scalafmtCheckAll scalafmtSbtCheck headerCheckAll

# MiMa is not enabled yet, since this library is marked as "API may change".
# check-binary-compatibility:
# name: Binary Compatibility
# uses: playframework/.github/.github/workflows/binary-check.yml@v2
# uses: playframework/.github/.github/workflows/binary-check.yml@v3

check-docs:
name: Docs
uses: playframework/.github/.github/workflows/cmd.yml@v2
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
cmd: sbt paradox

Expand All @@ -36,9 +36,9 @@ jobs:
- "check-code-style"
# - "check-binary-compatibility"
- "check-docs"
uses: playframework/.github/.github/workflows/cmd.yml@v2
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 11, 8
java: 17, 11
scala: 2.12.x, 2.13.x
cmd: sbt ++$MATRIX_SCALA test

Expand All @@ -47,4 +47,4 @@ jobs:
if: github.event_name == 'pull_request'
needs: # Should be last
- "tests"
uses: playframework/.github/.github/workflows/rtm.yml@v2
uses: playframework/.github/.github/workflows/rtm.yml@v3
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ on:
jobs:
publish-artifacts:
name: Publish / Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v2
uses: playframework/.github/.github/workflows/publish.yml@v3
secrets: inherit

0 comments on commit 99c3f06

Please sign in to comment.