Skip to content

Bump shivammathur/setup-php from 2.30.0 to 2.30.1 #39

Bump shivammathur/setup-php from 2.30.0 to 2.30.1

Bump shivammathur/setup-php from 2.30.0 to 2.30.1 #39

Workflow file for this run

on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
analyze:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- name: Setup PHP
uses: shivammathur/[email protected]
with:
php-version: 8.2
coverage: none
tools: composer:v2
- name: Install dependencies
run: composer install
- name: Run PHPStan
run: vendor/bin/phpstan analyze --no-ansi