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

Bump actions/checkout from 3 to 4 #32

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #32

name: analyse-with-phpstan
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
extensions: dom, curl, libxml, mbstring, zip
ini-values: error_reporting=E_ALL
tools: composer:v2
coverage: none
- name: Setup app
run: composer install --prefer-dist --no-interaction --no-progress
- name: Execute PHPStan
run: composer analyse