From dc61966be14e63a9f8be100e3a33ef8d73edb686 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 21 Oct 2024 11:18:35 -0700 Subject: [PATCH] Test Play smoke test on Java 17 and 21 --- .github/workflows/pr-smoke-test-play-images.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pr-smoke-test-play-images.yml b/.github/workflows/pr-smoke-test-play-images.yml index fa3f9813ba91..65d032fd0d19 100644 --- a/.github/workflows/pr-smoke-test-play-images.yml +++ b/.github/workflows/pr-smoke-test-play-images.yml @@ -15,7 +15,3 @@ jobs: with: project: ":smoke-tests:images:play" cache-read-only: true - # Play doesn't support Java 16+ yet - # https://github.com/playframework/playframework/pull/10819 - skip-java-17: true - skip-java-21: true