Skip to content

Commit 61d3ef2

Browse files
authored
Merge pull request #104 from LouisCAD/android
CI: run on Java 11
2 parents 1664aca + cb01daf commit 61d3ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runOnGitHub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v1
1818
- uses: actions/setup-java@v1
1919
with:
20-
java-version: 8
20+
java-version: 11
2121

2222
# Execute Gradle commands in GitHub Actions workflows
2323
# => https://github.com/marketplace/actions/gradle-command

0 commit comments

Comments
 (0)