Feature: Add in SendGrid Stats #354
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Testing Suite | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
# Uncomment and edit the following to run on a schedule. | |
# schedule: | |
# - cron: '30 5 * * 0' # Run once per week at 5:30am UTC on Sundays. | |
jobs: | |
php-tests: | |
strategy: | |
matrix: | |
php: [8.1, 8.2] | |
wordpress: ["latest"] | |
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main | |
with: | |
php: ${{ matrix.php }} | |
wordpress: ${{ matrix.wordpress }} |