Skip to content

Commit

Permalink
Updates conformance tests to Gradle 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedquinn committed Jun 11, 2024
1 parent 20a8434 commit 0e1564e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-version: 7.5.1
gradle-version: 8.7
# Run the conformance tests and save to an Ion file.
- name: gradle test of the conformance tests (can fail) and save to Ion file
continue-on-error: true
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-version: 7.5.1
gradle-version: 8.7
- name: Download `conformance_test_results.ion` from target branch
uses: dawidd6/action-download-artifact@v2
id: download-report
Expand Down

0 comments on commit 0e1564e

Please sign in to comment.