Skip to content

Bump laravel/framework from 11.31.0 to 11.32.0 #201

Bump laravel/framework from 11.31.0 to 11.32.0

Bump laravel/framework from 11.31.0 to 11.32.0 #201

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