Skip to content

Commit

Permalink
Test with Gradle 7.5
Browse files Browse the repository at this point in the history
Also 7.4.2 rather than 7.4
  • Loading branch information
tbroyer committed Jul 14, 2022
1 parent 91d78dc commit 4d0c3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
gradle: [ '7.4', '7.3.3', '7.2', '7.1.1', '7.0.2', '6.8.3', '6.7.1', '6.6.1', '6.5.1', '6.4.1', '6.3', '6.2.2', '6.1.1', '6.0.1', '5.6.4', '5.5.1', '5.4.1', '5.3.1', '5.2.1' ]
gradle: [ '7.5', '7.4.2', '7.3.3', '7.2', '7.1.1', '7.0.2', '6.8.3', '6.7.1', '6.6.1', '6.5.1', '6.4.1', '6.3', '6.2.2', '6.1.1', '6.0.1', '5.6.4', '5.5.1', '5.4.1', '5.3.1', '5.2.1' ]
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
gradle: [ '7.4', '7.3.3', '7.2' ]
gradle: [ '7.5', '7.4.2', '7.3.3', '7.2' ]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 4d0c3d7

Please sign in to comment.