Skip to content

♿ use Laravel to make new instances of transformers #83

♿ use Laravel to make new instances of transformers

♿ use Laravel to make new instances of transformers #83

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Composer
uses: php-actions/composer@v6
with:
php_version: 8.2
- name: PHPUnit
uses: php-actions/phpunit@v3
with:
version: 9
php_version: 8.2
configuration: phpunit.xml