We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75ae1af + e2c97f0 commit 2456368Copy full SHA for 2456368
1 file changed
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
test:
6
strategy:
7
matrix:
8
- java-version: ["8", "11", "17"]
+ java-version: ["8", "11", "17", "21"]
9
os: [ubuntu-latest, macOS-latest, windows-latest]
10
runs-on: ${{ matrix.os }}
11
steps:
0 commit comments