Skip to content

upgrade php 8.5 livewire 3 #310

upgrade php 8.5 livewire 3

upgrade php 8.5 livewire 3 #310

Workflow file for this run

name: phpstan

Check failure on line 1 in .github/workflows/phpstan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/phpstan.yml

Invalid workflow file

(Line: 19, Col: 24): A sequence was not expected
on:
push:
paths:
- '**.php'
- 'phpstan.neon'
jobs:
phpstan:
name: phpstan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: [8.2, 8.3, 8.4, 8.5]
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@v3
- name: Run PHPStan
run: ./vendor/bin/phpstan --error-format=github