Correct the parameter order in install-wp-tests.sh call:
- Parameter 6 should be skip-database-creation (false)
- Parameter 7 should be multisite flag
This fixes the multisite tests that were failing because the
multisite flag was being passed as parameter 6 instead of 7.
🤖 Generated with [Qoder][https://qoder.com]
Replace SHA-based action references with stable version tags:
- actions/setup-node@60edb5dd... → @v4
- shivammathur/setup-php@e6f75134... → @v2
This resolves "action could not be found at URI" errors caused by
GitHub API issues when resolving specific commit SHAs.
🤖 Generated with [Qoder][https://qoder.com]