Skip to content

Commit

Permalink
Upgrade CI script to use Java 11 now that it is supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
analyst committed Apr 5, 2024
1 parent 2c67145 commit e182afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: 'zulu'
- name: Run Spotless check
run: mvn spotless:check
Expand Down

0 comments on commit e182afc

Please sign in to comment.