Update mySQL version in documentation to run PHP unit tests (#36587)
* Update README.md Version 5.7.33 is not available for ARM Macs. I tested with version 8.0.32 and the tests work. * Add changelog
This commit is contained in:
parent
dead6d7060
commit
f1981618ad
|
@ -0,0 +1,5 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
Comment: Update mySQL version on documentation regarding how to run tests
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ To run the tests, you need to create a test database. You can:
|
|||
- Access a database on a server
|
||||
- Connect to your local database on your machine
|
||||
- Use a solution like VVV - if you are using VVV you might need to `vagrant ssh` first
|
||||
- Run a throwaway database in docker with this one-liner: `docker run --rm --name woocommerce_test_db -p 3306:3306 -e MYSQL_ROOT_PASSWORD=woocommerce_test_password -d mysql:5.7.33`. ( Use `tests/bin/install.sh woocommerce_tests root woocommerce_test_password 0.0.0.0` in next step)
|
||||
- Run a throwaway database in docker with this one-liner: `docker run --rm --name woocommerce_test_db -p 3306:3306 -e MYSQL_ROOT_PASSWORD=woocommerce_test_password -d mysql:8.0.32`. ( Use `tests/bin/install.sh woocommerce_tests root woocommerce_test_password 0.0.0.0` in next step)
|
||||
|
||||
### Setup instructions
|
||||
|
||||
|
|
Loading…
Reference in New Issue