Skip to content

Commit

Permalink
Test provision with more Gradle versions
Browse files Browse the repository at this point in the history
Include Gradle 8.8 since it is the pre-installed version on Windows runners.
  • Loading branch information
bigdaz committed Jul 19, 2024
1 parent 5d7c184 commit 4576973
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integ-test-provision-gradle-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
uses: ./setup-gradle
with:
gradle-version: current
- name: Test use current
working-directory: .github/workflow-samples/no-wrapper
run: gradle help
- name: Check current version output parameter
if: ${{ !startsWith(steps.gradle-current.outputs.gradle-version , '8.') }}
uses: actions/github-script@v7
Expand All @@ -70,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gradle: [7.3, 6.9, 5.6.4, 4.10.3, 3.5.1]
gradle: [8.9, 8.8, 7.6.4, 6.9.4, 5.6.4, 4.10.3, 3.5.1] # 8.8 is the latest installed on windows runners
os: ${{fromJSON(inputs.runner-os)}}
include:
- java-version: 11
Expand Down

0 comments on commit 4576973

Please sign in to comment.