Skip to content

Commit 9cb8366

Browse files
committed
github actions on Java 17
1 parent 06da7af commit 9cb8366

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cli-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
1717
steps:
1818
- uses: actions/[email protected]
19-
- name: Set up JDK 1.8
19+
- name: Set up JDK 17
2020
uses: actions/setup-java@v3
2121
with:
2222
distribution: 'adopt'
23-
java-version: 8
23+
java-version: 17
2424
- name: Build
2525
run: mvn -B -ntp --file pom.xml -DskipTests package
2626
env:

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
1919
steps:
2020
- uses: actions/[email protected]
21-
- name: Set up JDK 1.8
21+
- name: Set up JDK 17
2222
uses: actions/setup-java@v3
2323
with:
2424
distribution: 'adopt'
25-
java-version: 8
25+
java-version: 17
2626
- name: Build with Maven
2727
run: mvn -B -ntp package --file pom.xml
2828
env:

0 commit comments

Comments
 (0)