We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bca852 commit f0c0088Copy full SHA for f0c0088
.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
# Check for available Temurin releases on https://adoptium.net/releases.html
23
- java: [ 17, 21-ea ]
+ java: [ 17, 21 ]
24
25
runs-on: ubuntu-latest
26
0 commit comments