Skip to content

Commit

Permalink
Drop Java 11, also test with 21
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jun 27, 2024
1 parent a5ee0f6 commit 81cb470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -37,7 +37,7 @@ jobs:
- "check-docs"
uses: playframework/.github/.github/workflows/cmd.yml@v4
with:
java: 17, 11
java: 21, 17
scala: 2.12.x, 2.13.x, 3.x
cmd: sbt ++$MATRIX_SCALA test

Expand Down
4 changes: 2 additions & 2 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ object Common extends AutoPlugin {

val javacParameters = Seq(
"--release",
"11",
"17",
"-Xlint:deprecation",
"-Xlint:unchecked",
)

val scalacParameters = Seq(
"-release",
"11",
"17",
"-encoding",
"utf8",
"-deprecation",
Expand Down

0 comments on commit 81cb470

Please sign in to comment.