Skip to content

Commit

Permalink
Update gradle in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymailen committed Oct 7, 2023
1 parent 1d9adf6 commit f791699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
gradle: [ 7.6, current, release-candidate ]
gradle: [ 8.4, current, release-candidate ]
java: [ 11, 17, 19 ]

name: '[${{ matrix.os }}] Gradle: ${{ matrix.gradle }}, Java: ${{ matrix.java }}'
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
java: 17
agp: 8.1.0-alpha01
include:
- gradle: 7.6
- gradle: 8.4
java: 11
agp: 4.2.2
- gradle: 8.0-rc-1
Expand Down

0 comments on commit f791699

Please sign in to comment.