We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031ccbd commit 5ba6f68Copy full SHA for 5ba6f68
.github/workflows/build.yaml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest,macos-latest]
12
- version: [8, 11, 17, 19]
+ version: [11, 17, 19]
13
vendor: [temurin, zulu, liberica]
14
runs-on: ${{ matrix.os }}
15
steps:
0 commit comments