Skip to content

Commit e428dc6

Browse files
Update build-on-pull-request.yml
1 parent 2366c5d commit e428dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
ref: ${{ github.event.pull_request.head.ref }}
1414
repository: ${{ github.event.pull_request.head.repo.full_name }}
1515

16-
- name: Setup JDK 8
16+
- name: Setup JDK 17
1717
uses: actions/setup-java@v2
1818
with:
19-
java-version: 8
19+
java-version: 17
2020
distribution: 'adopt'
2121
- name: Build with Maven
2222
run: mvn clean install

0 commit comments

Comments
 (0)