Test Play smoke test on Java 17 and 21 (#12490)

This commit is contained in:
Trask Stalnaker 2024-10-21 13:26:10 -07:00 committed by GitHub
parent 5cc89173c4
commit 6233ae2b22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -15,7 +15,3 @@ jobs:
with: with:
project: ":smoke-tests:images:play" project: ":smoke-tests:images:play"
cache-read-only: true 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