Skip to content

Commit 53e097e

Browse files
committed
Update Java version to 17
1 parent fc44ad7 commit 53e097e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Set up JDK 11
12+
- name: Set up JDK 17
1313
uses: actions/setup-java@v2
1414
with:
1515
distribution: adopt
16-
java-version: 11
16+
java-version: 17
1717
- name: Build app
1818
run: ./gradlew assembleDebug

0 commit comments

Comments
 (0)