Skip to content

Commit ac7638c

Browse files
committed
Revert "GitHub Actions: Downgrade maven workflow to 11.0.16+8"
java-version: '11' no longer delivers an incompatible JDK. This reverts commit 3bc476e.
1 parent 8112c85 commit ac7638c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
- name: Set up JDK 11
1616
uses: actions/setup-java@v3
1717
with:
18-
# TODO: Revert to '11'.
19-
# See https://github.com/ChargeTimeEU/Java-OCA-OCPP/pull/223#issuecomment-1328048028
20-
java-version: '11.0.16+8'
18+
java-version: '11'
2119
distribution: 'temurin'
2220
cache: maven
2321
- name: Build with Maven

0 commit comments

Comments
 (0)