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 8763557 commit 408f9a2Copy full SHA for 408f9a2
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- java: [ '11', '17', '21', '25' ]
+ java: [ '11', '17', '21', '25', '26' ]
14
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
15
fail-fast: false
16
steps:
0 commit comments