Skip to content

Commit 0621fd4

Browse files
committed
GitHub Actions Java version tests
1 parent d7711ac commit 0621fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-java@v3
2020
with:
2121
distribution: zulu
22-
java-version: 11
22+
java-version: 17
2323
cache: maven
2424

2525
- name: Build with Maven
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu-latest, macos-latest, windows-latest]
38-
java: [8, 11, 16]
38+
java: [8, 11, 17, 19]
3939

4040
steps:
4141
- name: Check out Git repository

0 commit comments

Comments
 (0)