NO-JIRA: use release build now that Temurin 21 is out

This commit is contained in:
Robbie Gemmell 2023-10-10 16:47:28 +01:00
parent e96a19cdef
commit 6dc225c714
1 changed files with 1 additions and 1 deletions

View File

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