Skip to content

Commit

Permalink
Revert "GitHub Actions: Downgrade maven workflow to 11.0.16+8"
Browse files Browse the repository at this point in the history
java-version: '11' no longer delivers an incompatible JDK.

This reverts commit 3bc476e.
  • Loading branch information
bantu committed Jan 23, 2024
1 parent 8112c85 commit ac7638c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
# TODO: Revert to '11'.
# See https://github.com/ChargeTimeEU/Java-OCA-OCPP/pull/223#issuecomment-1328048028
java-version: '11.0.16+8'
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit ac7638c

Please sign in to comment.