Skip to content

Commit 199d0d9

Browse files
authored
Update maven.yml
1 parent 7e0d577 commit 199d0d9

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
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
java: [17, 19]
12+
java: [17, 19, 20]
1313

1414
steps:
1515
- uses: actions/checkout@v3
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: windows-latest
3333
strategy:
3434
matrix:
35-
java: [17, 19]
35+
java: [17, 19, 20]
3636

3737
steps:
3838
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)