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 1b546ee commit 54935f3Copy full SHA for 54935f3
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, macos-latest, windows-latest]
16
- java: [ '11', '17' ]
+ java: ['11', '17', '21']
17
steps:
18
- uses: actions/checkout@v4
19
- name: Setup JDK
0 commit comments