Skip to content

Commit f0c0088

Browse files
committed
Switch CI build to Temurin JDK 21 final (from EA)
Signed-off-by: Alexander Kriegisch <[email protected]>
1 parent 3bca852 commit f0c0088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
# Check for available Temurin releases on https://adoptium.net/releases.html
23-
java: [ 17, 21-ea ]
23+
java: [ 17, 21 ]
2424

2525
runs-on: ubuntu-latest
2626

0 commit comments

Comments
 (0)