Skip to content

Update phpstan/phpstan requirement from 1.11.2 to 1.11.3 #1345

Update phpstan/phpstan requirement from 1.11.2 to 1.11.3

Update phpstan/phpstan requirement from 1.11.2 to 1.11.3 #1345

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:
matrix:
php: [8.1, 8.2]
wordpress: ["latest"]
multisite: [true, false]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
multisite: ${{ matrix.multisite }}
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}