Skip to content

feat!: laravel 11 compatibility #47

feat!: laravel 11 compatibility

feat!: laravel 11 compatibility #47

Workflow file for this run

name: Test
on: push
jobs:
laravel-tests:
runs-on: ubuntu-latest
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- uses: actions/checkout@v4
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Execute tests (Unit and Feature tests) via PHPUnit
run: vendor/bin/phpunit