Skip to content

Commit

Permalink
looks like 7.6 is the floor for gradle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Aug 30, 2023
1 parent cbd3322 commit a4a728b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gradle: [ 8.2.1, 8.1.1, 8.0.2, 7.6.2, 7.5, 7.4.2, 7.3.3, 7.2, 7.1.1, 7.0.2 ]
gradle: [ 8.2.1, 8.1.1, 8.0.2, 7.6.2 ]
uses: evanchooly/workflows/.github/workflows/build.yml@master
with:
reuseBuild: true
Expand Down

0 comments on commit a4a728b

Please sign in to comment.