We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c304e9 commit 59045d2Copy full SHA for 59045d2
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-22.04
8
strategy:
9
matrix:
10
- javaVersion: [ "17" ]
+ javaVersion: [ "17", "21" ]
11
javaDistribution: [ "adopt", "zulu" ]
12
name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }}
13
steps:
0 commit comments