Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Bump spatie/laravel-ignition from 2.5.1 to 2.7.0 #1448

Bump spatie/laravel-ignition from 2.5.1 to 2.7.0

Bump spatie/laravel-ignition from 2.5.1 to 2.7.0 #1448

Workflow file for this run

name: Rector
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP 8.3
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- name: Install dependencies via Composer
run: composer install --no-interaction --prefer-dist
- name: Run checks via Rector
run: composer phpstan