Skip to content

Bump symfony/http-kernel from 6.0.8 to 6.0.20 (#34) #13

Bump symfony/http-kernel from 6.0.8 to 6.0.20 (#34)

Bump symfony/http-kernel from 6.0.8 to 6.0.20 (#34) #13

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