Skip to content

Commit 92b954c

Browse files
committed
retain only jdk 16 github test action
1 parent 0c039fb commit 92b954c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/maven-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
java: [ '8', '11', '16' ]
21+
java: [ '16' ]
2222

2323
runs-on: ubuntu-latest
2424

2525
steps:
2626
- uses: actions/checkout@v2
27-
- name: Set up JDK 1.8
28-
uses: actions/setup-java@v1
27+
- name: Set up JDK
28+
uses: actions/setup-java@v2
2929
with:
30+
distribution: 'zulu'
3031
java-version: ${{ matrix.java }}
3132

3233
- name: compile and test

0 commit comments

Comments
 (0)