summaryrefslogtreecommitdiff
path: root/.github/workflows/test-java-ea.yml
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2023-03-25 22:52:15 +0000
committerGitHub <noreply@github.com>2023-03-25 22:52:15 +0000
commit526d6cd6b48b30cf7bbe40478d57bbc67e7027cc (patch)
tree3446c3eeb7cfb415fd68eae4329889a84d0b5868 /.github/workflows/test-java-ea.yml
parent41ea1888c26ef6f53f86ad1286715e4fd02730b9 (diff)
parenta94610b3954cb2368fff789db668129d6ae6a339 (diff)
merge: Update Gradle and build dependencies (#144)
This pull request updates the Gradle wrapper to 8.0 and updates the simulator dependencies where possible.
Diffstat (limited to '.github/workflows/test-java-ea.yml')
-rw-r--r--.github/workflows/test-java-ea.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-java-ea.yml b/.github/workflows/test-java-ea.yml
index 40927ffc..7dc2671f 100644
--- a/.github/workflows/test-java-ea.yml
+++ b/.github/workflows/test-java-ea.yml
@@ -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