Skip to content

Commit 042aec1

Browse files
authored
Merge pull request #813 from kazuki43zoo/change-jdk-on-2.1.x
Change JDK version using GitHub Action on 2.1.x
2 parents 085688c + 4f093e2 commit 042aec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, macOS-latest, windows-latest]
31-
java: [11, 17, 19, 20-ea]
31+
java: [11, 17, 20, 21-ea]
3232
distribution: ['zulu']
3333
fail-fast: false
3434
max-parallel: 5

0 commit comments

Comments
 (0)