Skip to content

Commit

Permalink
ci: Test OpenDC on Java 20
Browse files Browse the repository at this point in the history
This change updates the CI pipeline so that Java 20 is being tested with
the latest Gradle RC, since Gradle 8.0 does not support it yet.
  • Loading branch information
fabianishere committed Mar 25, 2023
1 parent 9dee97a commit a94610b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-gradle-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 19
java-version: 20
- uses: gradle/gradle-build-action@v2
with:
cache-disabled: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-java-ea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 20-ea
java-version: 21-ea
- uses: gradle/gradle-build-action@v2
with:
cache-disabled: true
Expand Down
2 changes: 1 addition & 1 deletion opendc-web/opendc-web-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:18-slim
FROM openjdk:17-slim
MAINTAINER OpenDC Maintainers <opendc@atlarge-research.com>

# Obtain (cache) Gradle wrapper
Expand Down

0 comments on commit a94610b

Please sign in to comment.