Skip to content

Commit 5f808dd

Browse files
authored
Excluded Java versions 19 and 20 from continuous integration
1 parent 7859c90 commit 5f808dd

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

3737
steps:
3838
- uses: actions/checkout@v3
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: macOS-latest
5151
strategy:
5252
matrix:
53-
java: [17, 19, 20, 21]
53+
java: [17, 21]
5454

5555
steps:
5656
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)