Skip to content

Commit

Permalink
using JDK Corretto 20
Browse files Browse the repository at this point in the history
  • Loading branch information
delchev authored Aug 1, 2023
1 parent 22d3de1 commit 0e8f973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-

- name: Set up JDK 13
- name: Set up JDK Corretto 20
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '13'
distribution: 'corretto'
java-version: '20'
architecture: x64

- name: "Configure Git"
Expand Down

0 comments on commit 0e8f973

Please sign in to comment.