From 1176300f9be24571383f10a28e2c9612c7a99522 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 17 Oct 2024 14:28:51 -0700 Subject: [PATCH] Run play smoke test with Java 17 and 21 (#12458) --- .github/workflows/publish-smoke-test-play-images.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish-smoke-test-play-images.yml b/.github/workflows/publish-smoke-test-play-images.yml index c96a6a2a3c..417403740e 100644 --- a/.github/workflows/publish-smoke-test-play-images.yml +++ b/.github/workflows/publish-smoke-test-play-images.yml @@ -15,10 +15,6 @@ jobs: with: project: ":smoke-tests:images:play" publish: true - # Play doesn't support Java 16+ yet - # https://github.com/playframework/playframework/pull/10819 - skip-java-17: true - skip-java-21: true workflow-notification: needs: