Skip to content

Update dependency phpunit/phpunit to ^11.5.6 #383

Update dependency phpunit/phpunit to ^11.5.6

Update dependency phpunit/phpunit to ^11.5.6 #383

name: "Continuous Integration"
on:
pull_request:
push:
branches:
- main
jobs:
matrix:
name: Generate job matrix
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.matrix.outputs.matrix }}
steps:
- name: Gather CI configuration
id: matrix
uses: laminas/[email protected]
qa:
name: QA Checks
needs: [matrix]
runs-on: ${{ matrix.operatingSystem }}
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
AKISMET_KEY: ${{ secrets.AKISMET_KEY }}
AKISMET_BLOG: ${{ secrets.AKISMET_BLOG }}
uses: laminas/[email protected]
with:
job: ${{ matrix.job }}