Skip to content

Bump driftingly/rector-laravel from 1.2.4 to 1.2.5 #197

Bump driftingly/rector-laravel from 1.2.4 to 1.2.5

Bump driftingly/rector-laravel from 1.2.4 to 1.2.5 #197

Workflow file for this run

name: Pint
on: [push, pull_request]
jobs:
rector:
name: Pint (PHP ${{ matrix.php-versions }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['8.3']
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, dom, fileinfo, mysql
coverage: xdebug
- name: Composer install
uses: 'ramsey/composer-install@v3'
- name: Run rector
run: vendor/bin/pint --test