NO-JIRA: just use 21-ea (built from the JDK 21 RC1/GA tag) for now while awaiting Temurin 21 GA

This commit is contained in:
Robbie Gemmell 2023-10-02 11:07:42 +01:00
parent cca027b1cc
commit 3f2587c85a
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 11, 17, 20 ]
java: [ 11, 17, 21-ea ]
steps:
- uses: actions/checkout@v3
@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 11, 17, 20 ]
java: [ 11, 17, 21-ea ]
steps:
- uses: actions/checkout@v3