We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3732a85 commit 45333e0Copy full SHA for 45333e0
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- java: [ 8, 11, 17, 18, 21 ]
+ java: [ 8, 11, 17, 21 ]
14
fail-fast: false
15
max-parallel: 4
16
name: JDK ${{ matrix.java }}
0 commit comments