Skip to content

Commit

Permalink
Tweak CI build to build on Java 22 properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Apr 12, 2024
1 parent 4ee4778 commit d47e627
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:
- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/setup-java@v3
- name: Set up JDK 22
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
java-version: 22
cache: 'maven'

- name: Build with Maven
Expand Down

0 comments on commit d47e627

Please sign in to comment.