Skip to content

Commit 93b7165

Browse files
Update CI to use Java 23
1 parent 0fa136c commit 93b7165

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Java
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: "21"
24+
java-version: "23"
2525
distribution: "temurin"
2626

2727
- name: Set up Gradle
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/setup-java@v4
6262
with:
6363
java-version: |
64-
21
64+
23
6565
11
6666
distribution: "temurin"
6767

@@ -180,7 +180,7 @@ jobs:
180180
- name: Set up Java
181181
uses: actions/setup-java@v4
182182
with:
183-
java-version: "23"
183+
java-version: "11"
184184
distribution: "temurin"
185185

186186
- name: Set up Gradle

0 commit comments

Comments
 (0)