Skip to content

Commit 9724642

Browse files
committed
ci: update java-version 17
1 parent 1730c13 commit 9724642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on: [pull_request]
55
jobs:
66
build_and_test:
77
runs-on: ubuntu-latest
8-
8+
99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Set up JDK 14
11+
- name: Set up JDK 17
1212
uses: actions/setup-java@v1
1313
with:
14-
java-version: 14
14+
java-version: 17
1515

1616
- name: Cache the Maven packages to speed up build
1717
uses: actions/cache@v1

0 commit comments

Comments
 (0)