diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml index b3f0596..6f183d5 100644 --- a/.github/workflows/gradle.yaml +++ b/.github/workflows/gradle.yaml @@ -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 @@ -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