Skip to content

⚗️ Updated phpunit action config #47

⚗️ Updated phpunit action config

⚗️ Updated phpunit action config #47

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Composer
uses: php-actions/composer@v6
with:
php_version: 8.0
- name: PHPUnit
uses: php-actions/phpunit@v3
with:
test_suffix: Test.php
php_extensions: xdebug
php_version: 8.0
configuration: phpunit.xml
coverage_text: true
env:
XDEBUG_MODE: coverage