Skip to content

Commit 1f99de8

Browse files
committed
ci test on jdk11 and 17
1 parent dca81c6 commit 1f99de8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-branches.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
java: ['11', '12', '13']
18+
java: ['11', '17']
1919
platform: [ubuntu-latest, windows-latest, macos-latest]
2020
steps:
2121
- name: Git checkout
@@ -32,8 +32,9 @@ jobs:
3232
build-cache-
3333
build-
3434
- name: Set up JDK
35-
uses: actions/setup-java@v1
35+
uses: actions/setup-java@v3
3636
with:
37+
distribution: 'temurin'
3738
java-version: ${{ matrix.java }}
3839
- name: Resolve dependencies
3940
if: steps.cache-dependencies.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)