Skip to content

Commit 01abef5

Browse files
committed
Update GitHub actions to use Java 17
1 parent d3d1b16 commit 01abef5

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)