Skip to content

Commit

Permalink
Merge pull request #80 from laminas/renovate/laminas
Browse files Browse the repository at this point in the history
Update Laminas packages
  • Loading branch information
Xerkus authored Sep 11, 2024
2 parents 7cb9c92 + bc07b10 commit e5f886c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Gather CI configuration
id: matrix
uses: laminas/laminas-ci-matrix-action@0db1a6827dab14246fdca116c20ac664dd7ca140 # 1.24.0
uses: laminas/laminas-ci-matrix-action@v1

qa:
name: QA Checks
Expand All @@ -26,7 +26,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@ead082d804c798775ee65db0bae9cd3b3d863cdb # 1.38.0
uses: laminas/laminas-continuous-integration-action@v1
with:
job: ${{ matrix.job }}
services:
Expand Down
4 changes: 2 additions & 2 deletions docs/book/custom-reporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ A Runner invokes the above methods while running diagnostics in the following or
- `onAfterRun` - after each individual check has finished running.
- `onFinish` - after Runner has finished its job.
- `onStop` - in case Runner has been interrupted:
- when the reporter has returned `false` from the `onAfterRun` method
- or when the runner is configured with `setBreakOnFailure(true)` and one of the checks fails.
- when the reporter has returned `false` from the `onAfterRun` method
- or when the runner is configured with `setBreakOnFailure(true)` and one of the checks fails.

Some reporter methods can be used to interrupt the operation of a diagnostics
runner:
Expand Down

0 comments on commit e5f886c

Please sign in to comment.