Skip to content

Commit 5ba6f68

Browse files
committed
removing java 8
1 parent 031ccbd commit 5ba6f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest,macos-latest]
12-
version: [8, 11, 17, 19]
12+
version: [11, 17, 19]
1313
vendor: [temurin, zulu, liberica]
1414
runs-on: ${{ matrix.os }}
1515
steps:

0 commit comments

Comments
 (0)