Use the latest WP version as default for acceptance tests
[MAILPOET-4841]
This commit is contained in:
@ -71,7 +71,7 @@ services:
|
||||
- mailhog-data:/mailhog-data
|
||||
|
||||
wordpress:
|
||||
image: mailpoet/wordpress:${WORDPRESS_IMAGE_VERSION:-wp-6.0_php8.0_20220609.1}
|
||||
image: mailpoet/wordpress:${WORDPRESS_IMAGE_VERSION:-wp-6.1_php8.0_20201122.1}
|
||||
container_name: wordpress_${CIRCLE_NODE_INDEX:-default}
|
||||
depends_on:
|
||||
smtp:
|
||||
|
Reference in New Issue
Block a user