We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5d0a8 commit 7ecd82aCopy full SHA for 7ecd82a
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- java-version: [ 17, 19 ]
+ java-version: [ 17, 21 ]
14
name: Build with Java ${{ matrix.java-version }}
15
steps:
16
- uses: actions/checkout@v3
0 commit comments