Skip to content

Commit 15ee084

Browse files
committed
Adjust ci pipeline
1 parent 895fd14 commit 15ee084

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
# test against latest update of each major Java version, as well as specific updates of LTS versions:
11-
java: [ 8, 11 ]
10+
# test against major Java versions:
11+
java: [ 8, 11, 17 ]
1212
os: [ macos-latest, ubuntu-latest, windows-latest ]
1313
name: Java ${{ matrix.java }} @ ${{ matrix.os }}
1414
steps:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Java
1515
uses: actions/setup-java@v2
1616
with:
17-
java-version: '11'
17+
java-version: '17'
1818
distribution: 'adopt'
1919
- name: Publish package
2020
run: ./gradlew publish

0 commit comments

Comments
 (0)