Skip to content

Commit

Permalink
ci(e2e): configure java version 23
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Nov 21, 2024
1 parent 57530ff commit bdad5be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ jobs:
run: |
choco install jq --version 1.7.1
choco install bun --version 1.1.20
choco install openjdk --version 22.0.2
if: ${{ matrix.os == 'windows' }}
- uses: actions/setup-java@v4
if: ${{ matrix.os == 'windows' }}
with:
distribution: 'temurin'
java-version: '23'
- run: bun install --ignore-scripts
- name: Download created artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit bdad5be

Please sign in to comment.