Skip to content

Commit 6caf4df

Browse files
committed
Switch CI to use Java 21
1 parent 99586db commit 6caf4df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/setup-java@v4
4545
with:
4646
distribution: zulu
47-
java-version: '11'
47+
java-version: '21'
4848
java-package: jdk
4949
architecture: x64
5050

@@ -146,7 +146,7 @@ jobs:
146146
uses: actions/setup-java@v4
147147
with:
148148
distribution: zulu
149-
java-version: '11'
149+
java-version: '21'
150150
java-package: jdk
151151
architecture: x64
152152

0 commit comments

Comments
 (0)