Skip to content

chore(deps-dev): Bump bamarni/composer-bin-plugin from 1.8.2 to 1.9.1 #20

chore(deps-dev): Bump bamarni/composer-bin-plugin from 1.8.2 to 1.9.1

chore(deps-dev): Bump bamarni/composer-bin-plugin from 1.8.2 to 1.9.1 #20

Workflow file for this run

name: Static analysis
on: pull_request
concurrency:
group: psalm-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
static-analysis:
runs-on: ubuntu-latest
name: static-psalm-analysis
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
- name: Set up php8.1
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2.35.4
with:
php-version: 8.1
extensions: json, openssl
coverage: none
ini-file: development
# Temporary workaround for missing pcntl_* in PHP 8.3
ini-values: disable_functions=
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: composer i
- name: Run coding standards check
run: composer run psalm -- --output-format=github