Skip to content

Commit

Permalink
Merge pull request #2272 from woocommerce/dev/fix-e2e-env-mariadb
Browse files Browse the repository at this point in the history
Fix the compatibility issue in starting E2E test environment due to the default charset change in MariaDB v11.3.1
  • Loading branch information
eason9487 authored Feb 22, 2024
2 parents 1f98b3c + 9934d4e commit 28211b8
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 18 deletions.
57 changes: 40 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/jest": "^27.5.2",
"@woocommerce/dependency-extraction-webpack-plugin": "^2.3.0",
"@woocommerce/eslint-plugin": "^1.2.0",
"@wordpress/env": "^8.4.0",
"@wordpress/env": "^9.4.0",
"@wordpress/jest-preset-default": "^11.9.0",
"@wordpress/prettier-config": "2.18.1",
"@wordpress/scripts": "^24.6.0",
Expand Down

0 comments on commit 28211b8

Please sign in to comment.