Skip to content

Commit ab77da3

Browse files
Update java version for gitlab actions
1 parent cd56a69 commit ab77da3

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.8
16+
java-version: 1.11
1717

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

0 commit comments

Comments
 (0)