Skip to content

Commit

Permalink
Make use of Java 20 for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonScholz committed Oct 3, 2023
1 parent b3d9d4e commit 13ea3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 19
java-version: 20

- uses: gradle/gradle-build-action@v2

Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 19
java-version: 20

- uses: gradle/gradle-build-action@v2

Expand Down

0 comments on commit 13ea3b1

Please sign in to comment.