There was an error while loading. Please reload this page.
1 parent 2a77134 commit c27c3bbCopy full SHA for c27c3bb
1 file changed
.github/workflows/build-main.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: [ ubuntu-latest, windows-latest ]
13
- java-version: [ '17' ]
+ java-version: [ '17', '21' ]
14
name: build Java ${{ matrix.java-version }} (${{ matrix.os }})
15
env:
16
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dfile.encoding=UTF-8'
0 commit comments