Skip to content

Commit

Permalink
Use JDK 11 on CI for now as JDK 17 requires additional changes on Dec…
Browse files Browse the repository at this point in the history
…anter
  • Loading branch information
jbonofre committed Feb 6, 2025
1 parent 49503f7 commit 87cd8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '11'
distribution: 'temurin'
- name: Building
run: mvn -U -B -e clean install -DskipTests -Prat
Expand Down

0 comments on commit 87cd8d6

Please sign in to comment.