Skip to content

Commit 5a67ecc

Browse files
authored
[CI] Bump used latest non-LTS Java: 19 -> 20 (networknt#688)
Java 19 is reached EOL.
1 parent 84f564f commit 5a67ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)