Skip to content

Commit b9c3e46

Browse files
committed
Switch builds environment matrix to Java 17 and 21 and custom Maven.
1 parent 95baba2 commit b9c3e46

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
16-
jdk: [17]
17-
include:
18-
- platform: ubuntu-latest
19-
jdk: 11
20-
- platform: macos-latest
21-
jdk: 11
16+
jdk: [17, 21]
2217

2318
runs-on: ${{ matrix.platform }}
2419
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
@@ -32,6 +27,10 @@ jobs:
3227
java-version: '${{ matrix.jdk }}'
3328
check-latest: true
3429
cache: 'maven'
30+
- name: Set up Maven
31+
uses: stCarolas/setup-maven@v4
32+
with:
33+
maven-version: 3.9.5
3534
- name: Build with Maven
3635
env:
3736
BROWSER: chrome-container

0 commit comments

Comments
 (0)