Skip to content

Commit 926b580

Browse files
authored
Update maven.yml
1 parent ccdee91 commit 926b580

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
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
java: [11, 17]
11+
java: [17, 19]
1212

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

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

0 commit comments

Comments
 (0)