Skip to content

Bump phpunit/phpunit from 9.6.22 to 9.6.33 #5

Bump phpunit/phpunit from 9.6.22 to 9.6.33

Bump phpunit/phpunit from 9.6.22 to 9.6.33 #5

Workflow file for this run

name: slack test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Check code standard
run: composer cs-fix
- name: Run test suite
run: cp phpunit.dist.xml phpunit.xml && composer test