Skip to content

Commit

Permalink
Fix matrix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Nov 15, 2023
1 parent 7696a38 commit ed6869f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
php-tests:
strategy:
matrix:
multisite: [0, 1]
multisite: [true, false]
php: ['8.2', '8.1', '8.0']
wordpress: ["latest"]
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit ed6869f

Please sign in to comment.