Skip to content

Merge branch 'main' of https://github.com/kekefreedog/CrazyPHP #2

Merge branch 'main' of https://github.com/kekefreedog/CrazyPHP

Merge branch 'main' of https://github.com/kekefreedog/CrazyPHP #2

Workflow file for this run

name: Testing
on: [push]
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPUnit tests
uses: php-actions/phpunit@v3
with:
configuration: ./phpunit.xml
memory_limit: 256M