Skip to content

Commit

Permalink
gha: bump java 8 -> 11
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 12, 2024
1 parent e221b1b commit b8fe664
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 8
java-version: 11

- name: Set up Gradle
uses: gradle/actions/setup-gradle@v3
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 8
java-version: 11

- name: Add Maestro CLI executable to PATH
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 8
java-version: 11

- name: Set up Gradle
uses: gradle/actions/setup-gradle@v3
Expand Down

0 comments on commit b8fe664

Please sign in to comment.