Skip to content

Commit e91ced9

Browse files
committed
more check options
1 parent 970e1bf commit e91ced9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
java: [8, 11, 16, 17]
13-
dist: ['temurin', 'zulu']
12+
java: [8, 11, 16, 17, 21]
13+
dist: ['temurin', 'zulu', 'corretto']
1414

1515
runs-on: ubuntu-latest
1616
permissions:
@@ -29,4 +29,4 @@ jobs:
2929
run: mvn -B compile --file pom.xml assembly:single
3030

3131
- name: Run test
32-
run: java -jar target/EzAAI-*.jar -h
32+
run: java -jar target/EzAAI-*.jar -nc -h

0 commit comments

Comments
 (0)