Skip to content

Commit 3003551

Browse files
committed
Remove JDK 8 from CI builds
1 parent 50a4707 commit 3003551

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/actions/setup-test-jdk/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ inputs:
88
runs:
99
using: "composite"
1010
steps:
11-
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
12-
with:
13-
distribution: ${{ inputs.distribution }}
14-
java-version: 8
15-
check-latest: true
16-
- shell: bash
17-
run: echo "JDK8=$JAVA_HOME" >> $GITHUB_ENV # zizmor: ignore[github-env]
1811
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
1912
with:
2013
distribution: ${{ inputs.distribution }}

0 commit comments

Comments
 (0)