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

Commit 73f02a8

Browse files
authored
Merge pull request #601 from BlasiusSecundus/feature/update-java-15-to-16
ci: update Java 15 to Java 16 in pull request workflow
2 parents b6cee6a + d5deb3b commit 73f02a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

+1-1
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)