Skip to content

Update phpstan/phpstan requirement from 1.10.67 to 1.11.7 #2453

Update phpstan/phpstan requirement from 1.10.67 to 1.11.7

Update phpstan/phpstan requirement from 1.10.67 to 1.11.7 #2453

Workflow file for this run

name: Testing Suite
on:
push:
branches:
- main
- '*.x'
- '*.*.x'
pull_request:
schedule:
- cron: '0 0 * * 0'
jobs:
php-tests:
strategy:
fail-fast: false
matrix:
dependencies: ["lowest", "highest"]
multisite: [true, false]
php: [8.1, 8.2, 8.3]
wordpress: ["latest"]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
name: "P${{ matrix.php }} - ${{ matrix.wordpress }} ${{ matrix.multisite && 'Multisite' || '' }} - ${{ matrix.dependencies }}"
with:
dependency-versions: ${{ matrix.dependencies }}
multisite: ${{ matrix.multisite }}
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}