Skip to content

Commit

Permalink
Drop Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Sep 29, 2022
1 parent c9d36a5 commit 76c774e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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,15 +36,15 @@ 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.16, 2.13.8
cmd: sbt ++$MATRIX_SCALA test

finish:
name: Finish
if: github.event_name == 'pull_request'
if: github.e2ent_name == 'pull_request'
needs: # Should be last
- "tests"
uses: playframework/.github/.github/workflows/rtm.yml@v2
uses: playframework/.github/.github/workflows/rtm.yml@v3

0 comments on commit 76c774e

Please sign in to comment.