Skip to content

Commit

Permalink
10.10.0-alpha.3 ksp
Browse files Browse the repository at this point in the history
  • Loading branch information
cyphiria committed Aug 28, 2024
1 parent 00e4b21 commit 4c5471e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
fail-fast: false
matrix:
gradle: [8.4, 8.7]
gradle: [7.6.3, 8.4, 8.7]
java: [11, 17]
agp: [ 8.1.2, 8.5.2]
kotlin: [1.9.0, 1.9.10, 1.9.20, 1.9.21, 1.9.22, 1.9.23]
agp: [7.4.2, 8.1.2, 8.5.2]
kotlin: [1.7.21, 1.8.22, 1.9.0, 1.9.10, 1.9.20, 1.9.21, 1.9.22, 1.9.23]
exclude:
# AGP 8.0+ requires Gradle 8.0
- agp: 8.1.2
Expand Down

0 comments on commit 4c5471e

Please sign in to comment.