Skip to content

Commit e09ddc6

Browse files
committed
Test against Java 20 (stable)
Remove Java 19 (no longer maintained).
1 parent e777ffc commit e09ddc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
java: [ '8', '11', '17', '19', '20-ea', '21-ea' ]
16+
java: [ '8', '11', '17', '20', '21-ea' ]
1717
name: Test against Java ${{ matrix.java }}
1818
steps:
1919
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)