Skip to content

Commit

Permalink
java 11 for gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed May 21, 2024
1 parent d61f12f commit f899ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ jobs:
- name: Install Java
uses: actions/setup-java@v3
with:
java-version: "8"
distribution: "zulu"
java-version: "11"
distribution: "temurin"

- name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit f899ea8

Please sign in to comment.