diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 186bce4..105a903 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,13 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "10.0.x" + commit-message: + prefix: "[10.0.x] " - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 0790d06..d866646 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -13,15 +13,4 @@ buildRoots = [ ] updates.pin = [ - { groupId = "org.playframework", artifactId = "play", version = "3.0." }, - { groupId = "org.playframework", artifactId = "play-akka-http-server", version = "3.0." }, - { groupId = "org.playframework", artifactId = "play-filters-helpers", version = "3.0." }, - { groupId = "org.playframework", artifactId = "play-java-forms", version = "3.0." }, - { groupId = "org.playframework", artifactId = "play-logback", version = "3.0." }, - { groupId = "org.playframework", artifactId = "play-server", version = "3.0." }, - { groupId = "org.playframework", artifactId = "play-specs2", version = "3.0." }, - { groupId = "org.playframework", artifactId = "play-test", version = "3.0." }, - { groupId = "org.playframework", artifactId = "sbt-plugin", version = "3.0." }, - { groupId = "org.playframework", artifactId = "play-mailer-guice", version = "10.0." }, - { groupId = "org.playframework", artifactId = "play-mailer", version = "10.0." } ] diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index a3c5e44..d575e3c 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -37,7 +37,7 @@ jobs: - "check-docs" uses: playframework/.github/.github/workflows/cmd.yml@v3 with: - java: 17, 11 + java: 21, 17, 11 scala: 2.13.x, 3.x cmd: | sbt ++$MATRIX_SCALA test