Skip to content

Revert "Revert "Copy over Agent functionality to allow Laravel 11 Sup… #181

Revert "Revert "Copy over Agent functionality to allow Laravel 11 Sup…

Revert "Revert "Copy over Agent functionality to allow Laravel 11 Sup… #181

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: php /usr/bin/composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: Execute tests via PHPUnit
run: php vendor/bin/phpunit --stop-on-failure