Skip to content

Bump symfony/http-foundation from 5.4.20 to 5.4.46 #9

Bump symfony/http-foundation from 5.4.20 to 5.4.46

Bump symfony/http-foundation from 5.4.20 to 5.4.46 #9

Workflow file for this run

name: PHPUnit
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
- name: PHPUnit Tests
uses: php-actions/phpunit@v2
with:
php_extensions: xdebug mbstring
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --coverage-text