We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e5c7c commit 0ee9643Copy full SHA for 0ee9643
.github/workflows/ci-test.yml
@@ -39,14 +39,15 @@ jobs:
39
fail-fast: false
40
matrix:
41
os: [ubuntu-latest, windows-latest, macOS-latest]
42
+ jvm: ['17', '21']
43
runs-on: ${{ matrix.os }}
44
steps:
45
- uses: actions/checkout@v4
46
- name: Set up JDK
47
uses: actions/setup-java@v4
48
with:
49
distribution: temurin
- java-version: ${{ env.DEV_JDK }}
50
+ java-version: ${{ matrix.jvm }}
51
cache: 'maven'
52
- name: Install Maven Daemon
53
id: install-mvnd
0 commit comments