Skip to content

Commit

Permalink
Update Laminas packages
Browse files Browse the repository at this point in the history
| datasource  | package                                       | from   | to     |
| ----------- | --------------------------------------------- | ------ | ------ |
| github-tags | laminas/laminas-ci-matrix-action              | 1.24.0 | 1.26.0 |
| github-tags | laminas/laminas-continuous-integration-action | 1.38.0 | 1.39.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 5, 2024
1 parent 7cb9c92 commit e3fb6bc
Showing 1 changed file with 2 additions and 2 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@5c34e3c43584e2b1e432824ec0a43a3ae684f294 # 1.26.0

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@4ff5d8c2b58817008e8b436241093c2321875a7f # 1.39.0
with:
job: ${{ matrix.job }}
services:
Expand Down

0 comments on commit e3fb6bc

Please sign in to comment.