Skip to content

Commit cce0bc8

Browse files
authored
Excluded Java versions 19 and 20 from continuous integration
1 parent 9d3bed2 commit cce0bc8

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, 19, 20, 21]
16+
java: [11, 17, 21]
1717

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

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

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

0 commit comments

Comments
 (0)