Skip to content

Commit 0ee9643

Browse files
committed
Add java21 build
1 parent 10e5c7c commit 0ee9643

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
os: [ubuntu-latest, windows-latest, macOS-latest]
42+
jvm: ['17', '21']
4243
runs-on: ${{ matrix.os }}
4344
steps:
4445
- uses: actions/checkout@v4
4546
- name: Set up JDK
4647
uses: actions/setup-java@v4
4748
with:
4849
distribution: temurin
49-
java-version: ${{ env.DEV_JDK }}
50+
java-version: ${{ matrix.jvm }}
5051
cache: 'maven'
5152
- name: Install Maven Daemon
5253
id: install-mvnd

0 commit comments

Comments
 (0)