Skip to content

Upgrade to Laravel 12 and PHP 8.5, remove deprecated registerData #82

Upgrade to Laravel 12 and PHP 8.5, remove deprecated registerData

Upgrade to Laravel 12 and PHP 8.5, remove deprecated registerData #82

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
with:
php_version: '8.5'
- name: PHPUnit Tests
uses: php-actions/phpunit@master
with:
version: 11
php_version: '8.5'
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