We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b391f commit e33bac9Copy full SHA for e33bac9
1 file changed
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: [ubuntu-latest, windows-latest, macos-latest]
24
- java-version: [8, 11, 17]
+ java-version: [8, 11, 17, 21]
25
runs-on: ${{ matrix.os }}
26
steps:
27
- uses: actions/checkout@v4
0 commit comments