We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd56a69 commit ab77da3Copy full SHA for ab77da3
.github/workflows/build_and_test.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set Up JDK
14
uses: actions/setup-java@v1
15
with:
16
- java-version: 1.8
+ java-version: 1.11
17
18
- name: Run Tests
19
run: ./gradlew test
0 commit comments