Skip to content

Merge remote-tracking branch 'origin/6.x' #15737

Merge remote-tracking branch 'origin/6.x'

Merge remote-tracking branch 'origin/6.x' #15737

Workflow file for this run

name: Run Shepherd
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
with:
php-version: '8.5'
ini-values: zend.assertions=1, assert.exception=1, opcache.enable_cli=1, opcache.jit=off
tools: composer:v2
coverage: none
env:
fail-fast: true
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
env:
COMPOSER_ROOT_VERSION: dev-master
- name: Run Psalm
#run: ./psalm --output-format=github --shepherd --force-jit
run: ./psalm --output-format=github --shepherd