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 e269fc1 commit 7c9dfbeCopy full SHA for 7c9dfbe
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