Skip to content

Commit c41c680

Browse files
committed
Switch builds environment matrix to Java 17 and 21.
1 parent 2d542bd commit c41c680

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
matrix:
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616
jdk: [17, 21]
17-
include:
18-
- platform: ubuntu-latest
19-
jdk: 11
20-
- platform: macos-latest
21-
jdk: 11
2217

2318
runs-on: ${{ matrix.platform }}
2419
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
@@ -28,7 +23,7 @@ jobs:
2823
- name: Set up JDK ${{ matrix.jdk }}
2924
uses: actions/setup-java@v3
3025
with:
31-
distribution: 'zulu'
26+
distribution: 'temurin'
3227
java-version: '${{ matrix.jdk }}'
3328
check-latest: true
3429
cache: 'maven'

0 commit comments

Comments
 (0)