Skip to content

Update nunomaduro/collision requirement from ^5.0 || ^6.0 to ^5.0 || ^6.0 || ^7.0 #290

Update nunomaduro/collision requirement from ^5.0 || ^6.0 to ^5.0 || ^6.0 || ^7.0

Update nunomaduro/collision requirement from ^5.0 || ^6.0 to ^5.0 || ^6.0 || ^7.0 #290

Workflow file for this run

name: Testing Suite
on:
push:
branches:
- develop
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
unit-tests:
strategy:
matrix:
php: [8.0]
wordpress: ["latest"]
multisite: [true, false]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
php: ${{ matrix.php }}
wordpress: ${{ matrix.wordpress }}
multisite: ${{ matrix.multisite }}