Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Laminas packages #80

Merged
merged 3 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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