Browse Source

Switch CI build to Temurin JDK 21 final (from EA)

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_M1
Alexander Kriegisch 6 months ago
parent
commit
f0c0088286
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/maven.yml

+ 1
- 1
.github/workflows/maven.yml View File

@@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
# Check for available Temurin releases on https://adoptium.net/releases.html
java: [ 17, 21-ea ]
java: [ 17, 21 ]

runs-on: ubuntu-latest


Loading…
Cancel
Save