Skip to content

Bump phpunit/phpunit from 8.5.50 to 8.5.52 in /agent #112

Bump phpunit/phpunit from 8.5.50 to 8.5.52 in /agent

Bump phpunit/phpunit from 8.5.50 to 8.5.52 in /agent #112

Workflow file for this run

name: PHPStan
on:
pull_request:
push:
branches:
- main
- release/**
permissions:
contents: read
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Setup PHP
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2.35.4```
with:
php-version: '8.4'
- name: Install dependencies
run: composer update --no-progress --no-interaction --prefer-dist
- name: Run script
run: vendor/bin/phpstan analyse
phpstan-agent:
name: PHPStan (agent)
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./agent
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Setup PHP
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # pin@2.32.0
with:
php-version: '8.4'
- name: Install dependencies
run: composer update --no-progress --no-interaction --prefer-dist
- name: Run script
run: vendor/bin/phpstan analyse