Skip to content

Commit 33f1456

Browse files
authored
Included Java 22 for continuous integration
1 parent a27954e commit 33f1456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
java: [11, 17, 21]
16+
java: [11, 17, 21, 22]
1717

1818
steps:
1919
- uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: windows-latest
3737
strategy:
3838
matrix:
39-
java: [11, 17, 21]
39+
java: [11, 17, 21, 22]
4040

4141
steps:
4242
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: macOS-latest
5555
strategy:
5656
matrix:
57-
java: [11, 17, 21]
57+
java: [11, 17, 21, 22]
5858

5959
steps:
6060
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)