NO-JIRA: use release build now that Temurin 21 is out
This commit is contained in:
parent
e96a19cdef
commit
6dc225c714
|
@ -9,7 +9,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
java: [ 11, 17, 21-ea ]
|
||||
java: [ 11, 17, 21 ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue