Skip to content

Commit 6e54fdb

Browse files
authored
Merge pull request #727 from rhusar/ci-jdk21ea
CI: JDK 21-EA is now available.
2 parents 6caab74 + c2c8252 commit 6e54fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ ubuntu-latest, windows-latest, macos-latest ]
1717
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK (if available).
18-
java: [ 11, 17, 20 ]
18+
java: [ 11, 17, 20, 21-ea ]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3

0 commit comments

Comments
 (0)