Skip to content

Commit

Permalink
test: updates java version to 17 for e2e (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk authored Jan 17, 2024
1 parent ed537f6 commit 193be51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
APIKEY: ${{ inputs.apiKey || secrets.APIKEY }}
run: echo "::add-mask::${{env.APIKEY}}"

- name: Install Java 11
- name: Install Java 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: 'adopt'

- name: Checkout Code
Expand Down

0 comments on commit 193be51

Please sign in to comment.