We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c99ecf commit b6a0ea1Copy full SHA for b6a0ea1
1 file changed
.github/workflows/maven.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
# Use these Java versions
9
- java: [21, 24]
+ java: [24]
10
# and run on both Linux and Windows
11
os: [ubuntu-latest, windows-latest]
12
runs-on: ${{ matrix.os }}
0 commit comments