mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
change version to fix test
This commit is contained in:
parent
1088d2a5a6
commit
7a20e304b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-versions.yml
vendored
2
.github/workflows/e2e-versions.yml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
|||
java-version: 11
|
||||
check-latest: true
|
||||
- name: Verify Java
|
||||
run: bash __tests__/verify-java.sh "${{ matrix.version }}" "${{ steps.setup-java.outputs.path }}"
|
||||
run: bash __tests__/verify-java.sh "11" "${{ steps.setup-java.outputs.path }}"
|
||||
shell: bash
|
||||
|
||||
setup-java-ea-versions-zulu:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue