Skip to content

Laravel 11.x Compatibility #9

Laravel 11.x Compatibility

Laravel 11.x Compatibility #9

Workflow file for this run

name: tests
on:
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup PHP
uses: shivammathur/setup-php@master
with:
php-version: 8.0
- name: Install Composer
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: run tests
run: vendor/bin/phpunit