Skip to content

Commit 7eba42b

Browse files
Update java version in pipeline
1 parent ab77da3 commit 7eba42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set Up JDK
1414
uses: actions/setup-java@v1
1515
with:
16-
java-version: 1.11
16+
java-version: 1.17
1717

1818
- name: Run Tests
1919
run: ./gradlew test

0 commit comments

Comments
 (0)