Skip to content

Commit

Permalink
ci: remove java 8 due to unavailable sdk
Browse files Browse the repository at this point in the history
Should be temporary change if compatibility with java 8 restored
  • Loading branch information
ttytm committed Mar 28, 2024
1 parent f129610 commit fb49f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_emulator_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 8
java-version: 10

- name: Install V
uses: vlang/setup-v@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/matrix_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
java-version: [8,11,15,20]
java-version: [11,15,20]
android-api: [27, 30]
fail-fast: false
timeout-minutes: 20
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
java-version: [8, 15, 20]
java-version: [15, 20]
android-api: [27, 30]
timeout-minutes: 20
env:
Expand Down

0 comments on commit fb49f58

Please sign in to comment.