Skip to content

Merge pull request #3 from Flowpack/1-links-in-texts-are-rendered-wit… #17

Merge pull request #3 from Flowpack/1-links-in-texts-are-rendered-wit…

Merge pull request #3 from Flowpack/1-links-in-texts-are-rendered-wit… #17

Workflow file for this run

name: CI
on: [ push ]
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@v4
with:
php_extensions: xdebug
bootstrap: vendor/autoload.php
configuration: phpunit.xml
coverage_text: true
env:
XDEBUG_MODE: coverage
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpstan@v3
with:
version: latest
path: Classes Tests
configuration: phpstan.neon