Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit f935b06

Browse files
ci: replace Java 14 with Java 15 in test matrix
1 parent 0dabc97 commit f935b06

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
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
java: [8, 11, 14]
17+
java: [8, 11, 15]
1818
needs: validation
1919
runs-on: ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)