summaryrefslogtreecommitdiff
path: root/.github/workflows/test-gradle-rc.yml
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-04-13 16:34:10 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-04-21 16:22:10 +0200
commit22d79155def4044f3dacafd99c2a0128e86ebae5 (patch)
treea6f840e8063cfb315ef36ed1b28933f605ec00e6 /.github/workflows/test-gradle-rc.yml
parent8e47607c5150d0bfb7eb8de88d071c40254b8d74 (diff)
ci: Test Java 18
This change updates the CI pipelines to test with the latest version of Java (version 18).
Diffstat (limited to '.github/workflows/test-gradle-rc.yml')
-rw-r--r--.github/workflows/test-gradle-rc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-gradle-rc.yml b/.github/workflows/test-gradle-rc.yml
index a80e8d82..a39d36d7 100644
--- a/.github/workflows/test-gradle-rc.yml
+++ b/.github/workflows/test-gradle-rc.yml
@@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
- java-version: 17
+ java-version: 18
- uses: gradle/gradle-build-action@v2
with:
gradle-version: release-candidate