Skip to content

Commit dff0b91

Browse files
committed
all: bump ci java version
1 parent 3adaf61 commit dff0b91

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
- name: set up JDK 1.8
9+
# Ensure java 17 is used
10+
- name: Setup JDK 17
1011
uses: actions/setup-java@v1
1112
with:
12-
java-version: 1.8
13+
java-version: 17
1314
- name: Run CI
1415
run: make ci
15-
# - name: Upload SonarCloud
16-
# env:
17-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
18-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
# run: make sonar
2016
- name: Upload artifact
2117
uses: actions/upload-artifact@v1
2218
with:

0 commit comments

Comments
 (0)