Skip to content

Commit

Permalink
Migrate GitHub actions from AdoptOpenJDK to Eclipse Temurin [HZ-4195] (
Browse files Browse the repository at this point in the history
…#991)

* Update coverage_runner.yaml
* Increase Java version to mimic minimum Hazelcast supported version
  • Loading branch information
JackPGreen authored Jan 29, 2024
1 parent be86c4d commit e7a9621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage_runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
go-version: "${{ matrix.go_version }}"

- name: Install JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
distribution: 'temurin'
java-version: '11'

- name: Checkout code for PR
if: github.event_name == 'pull_request_target'
Expand Down

0 comments on commit e7a9621

Please sign in to comment.