Skip to content

Commit

Permalink
Update e2e-versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skateball authored Oct 16, 2024
1 parent 7d9f44a commit 0c00205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
env:
GLOBAL_LATEST_STR: "23.0.1"
GLOBAL_LATEST_21: "5"
GLOBAL_LATEST_17: "13"
GLOBAL_LATEST_17: "17.0.13"
GLOBAL_LATEST_11: "25"

jobs:
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
distribution: ${{ matrix.distribution }}
java-version-file: ${{matrix.java-version-file }}
- name: Verify Java
run: bash __tests__/verify-java.sh "$GLOBAL_LATEST_21" "${{ steps.setup-java.outputs.path }}"
run: bash __tests__/verify-java.sh "${{ GLOBAL_LATEST_21 }}" "${{ steps.setup-java.outputs.path }}"
shell: bash

setup-java-version-from-file-major-minor-patch-notation:
Expand Down Expand Up @@ -333,5 +333,5 @@ jobs:
distribution: ${{ matrix.distribution }}
java-version-file: ${{matrix.java-version-file }}
- name: Verify Java
run: bash __tests__/verify-java.sh "$GLOBAL_LATEST_17" "${{ steps.setup-java.outputs.path }}"
run: bash __tests__/verify-java.sh "${{ GLOBAL_LATEST_17 }}" "${{ steps.setup-java.outputs.path }}"
shell: bash

0 comments on commit 0c00205

Please sign in to comment.