Skip to content

Commit

Permalink
Test with Gradle 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Jul 11, 2024
1 parent d9c9a36 commit fdb928d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
gradle: [ '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2.1', '8.1.1', '8.0.2', '7.5.1', '7.4.2', '7.3.3', '7.2', '7.1.1', '7.0.2', '6.9.4', '6.8.3' ]
gradle: [ '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2.1', '8.1.1', '8.0.2', '7.5.1', '7.4.2', '7.3.3', '7.2', '7.1.1', '7.0.2', '6.9.4', '6.8.3' ]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
name: jdk-${{ matrix.java }}-tests
path: build/reports/tests/integrationTest/

test-jdk21-gradle88:
test-jdk21-gradle89:
needs: linux
runs-on: ubuntu-latest
steps:
Expand All @@ -160,7 +160,7 @@ jobs:

- name: Build with Gradle
id: gradle-build
run: ./gradlew integrationTest "-Ptest.java-toolchain=21" "-Ptest.gradle-version=8.8"
run: ./gradlew integrationTest "-Ptest.java-toolchain=21" "-Ptest.gradle-version=8.9"

- name: Store reports
if: always() && (steps.gradle-build.outcome == 'success' || steps.gradle-build.outcome == 'failure')
Expand Down

0 comments on commit fdb928d

Please sign in to comment.