Skip to content

Add support for Laravel 12 #77

Add support for Laravel 12

Add support for Laravel 12 #77

Workflow file for this run

name: test
on:
pull_request:
branches:
- 'main'
- 'development'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@master
with:
version: 9.6
bootstrap: vendor/autoload.php
configuration: ./phpunit.xml
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@2.0.0
with:
preset: laravel
verboseMode: true
testMode: true
onlyDirty: true