Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Omico committed Dec 9, 2024
1 parent 176fcb8 commit 5241cec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-14, windows-2022]
gradle: [8.0, 8.10.2]
agp: [8.1.0, 8.5.0, 8.8.0-alpha08]
os: [ ubuntu-20.04, macos-14, windows-2022 ]
gradle: [ '8.0', '8.10.2' ]
agp: [ '8.1.0', '8.5.0', '8.8.0-alpha08' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5241cec

Please sign in to comment.