Skip to content

Commit 6ffe46e

Browse files
authored
Update maven.yml
1 parent a08e591 commit 6ffe46e

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
java: [11, 17]
15+
java: [11, 17, 19]
1616

1717
steps:
1818
- uses: actions/checkout@v3
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: windows-latest
3636
strategy:
3737
matrix:
38-
java: [11, 17]
38+
java: [11, 17, 19]
3939

4040
steps:
4141
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)