Skip to content

Commit

Permalink
Test more gradle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 12, 2024
1 parent d08faa6 commit 83a3f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
strategy:
fail-fast: false
matrix:
# Test latest version 5.x, 6.x and 7.x, as well as all patched minor versions of 8.x
# Test earliest and latest version of 5.x, 6.x and 7.x, as well as all patched minor versions of 8.x
# Latest 8.x is tested in 'quick-check' job
gradle-version: [ "5.6.4", "6.9.4", "7.6.3", "8.0.2", "8.1.1", "8.2.1", "8.3"]
gradle-version: [ "5.0", "5.1.1", "5.2.1", "5.3.1", "5.4.1", "5.5.1", "5.6.4", "6.0.1", "6.9.4", "7.0.2", "7.6.3", "8.0.2", "8.1.1", "8.2.1", "8.3"]
runs-on: ubuntu-latest
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
Expand Down

0 comments on commit 83a3f56

Please sign in to comment.