Skip to content

Commit

Permalink
[github ci]: Disable Java 8 (potentially temprorary)
Browse files Browse the repository at this point in the history
We currently run into
android-actions/setup-android#378
  • Loading branch information
Flowdalic committed Mar 17, 2023
1 parent f00e585 commit 3ba1aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ 8, 11 ]
java: [ 11 ]

steps:
- name: Checkout
Expand Down

0 comments on commit 3ba1aba

Please sign in to comment.