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

Commit d5deb3b

Browse files
ci: update Java 15 to Java 16 in pull request workflow
1 parent 92bc41c commit d5deb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ ubuntu-latest, macos-latest, windows-latest ]
19-
java: [ 8, 11, 15 ]
19+
java: [ 8, 11, 16 ]
2020
needs: validation
2121
runs-on: ${{ matrix.os }}
2222
steps:

0 commit comments

Comments
 (0)