Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

build(deps-dev): bump phpunit/phpunit from 9.6.19 to 11.3.0 #6666

build(deps-dev): bump phpunit/phpunit from 9.6.19 to 11.3.0

build(deps-dev): bump phpunit/phpunit from 9.6.19 to 11.3.0 #6666

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: Labeler
on: [ pull_request_target ]
permissions:
pull-requests: write
contents: write
jobs:
label:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"