Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit b29bb6c

Browse files
authored
Update checkBuild.yml
1 parent 3e9ec6f commit b29bb6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checkBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
java: [8, 11]
20+
java: [8, 11, 17]
2121
java-package: [jdk]
2222
distribution: [temurin]
2323

@@ -62,4 +62,4 @@ jobs:
6262
- uses: actions/upload-artifact@v2
6363
with:
6464
name: jars-java-${{ matrix.java }}
65-
path: target/*.jar
65+
path: target/*.jar

0 commit comments

Comments
 (0)