Skip to content

Commit 81b629d

Browse files
committed
Do not test on Java 20 anymore
No longer supported.
1 parent 2661ef8 commit 81b629d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-supported-java-versions-5.x.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
java: [ '8', '11', '17', '20', '21' ]
13+
java: [ '8', '11', '17', '21' ]
1414
name: Test against Java ${{ matrix.java }}
1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/test-supported-java-versions-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
java: [ '8', '11', '17', '20', '21' ]
13+
java: [ '8', '11', '17', '21' ]
1414
name: Test against Java ${{ matrix.java }}
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)