Skip to content

Commit

Permalink
Add multisite testing to GitHub Actions
Browse files Browse the repository at this point in the history
An addition to the test matrix in the GitHub Actions configuration for PHPUnit was made to include multisite setups. This change ensures that the codebase is compatible with WordPress multisite environments.
  • Loading branch information
attackant committed Oct 31, 2023
1 parent 4dd2584 commit fd06ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
php-tests:
strategy:
matrix:
multisite: [0, 1]
php: ['8.2', '8.1', '8.0', '7.4']
wordpress: ["latest"]
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit fd06ac3

Please sign in to comment.