Use exact version instead of latest

To unify with other plugins I decided to use the exact version number.
[MAILPOET-6097]
This commit is contained in:
Jan Lysý
2024-06-19 20:12:05 +02:00
committed by Rostislav Wolný
parent 318424f0c4
commit 0b157c3ac9

View File

@@ -190,7 +190,7 @@ jobs:
- run:
name: Download additional WP Plugins for tests
command: |
./do download:woo-commerce-zip latest
./do download:woo-commerce-zip 9.0.0
./do download:woo-commerce-subscriptions-zip 5.7.0
./do download:woo-commerce-memberships-zip 1.26.5
./do download:automate-woo-zip 6.0.10
@@ -968,10 +968,6 @@ workflows:
- acceptance_tests:
<<: *slack-fail-post-step
name: acceptance_latest
woo_core_version: latest
woo_subscriptions_version: latest
woo_memberships_version: latest
automate_woo_version: latest
mysql_image: mysql:8.3
mysql_command: --default-authentication-plugin=mysql_native_password
requires:
@@ -981,10 +977,6 @@ workflows:
name: acceptance_latest_blockbased_theme
group: frontend
blockbased_theme: 1
woo_core_version: latest
woo_subscriptions_version: latest
woo_memberships_version: latest
automate_woo_version: latest
mysql_image: mysql:8.3
mysql_command: --default-authentication-plugin=mysql_native_password
requires:
@@ -992,7 +984,7 @@ workflows:
- acceptance_tests:
<<: *slack-fail-post-step
name: acceptance_oldest
woo_core_version: 8.8.3
woo_core_version: 8.9.3
woo_subscriptions_version: 5.9.1
woo_memberships_version: 1.25.2
automate_woo_version: 5.8.5
@@ -1032,7 +1024,7 @@ workflows:
- integration_tests:
<<: *slack-fail-post-step
name: integration_oldest
woo_core_version: 8.8.3
woo_core_version: 8.9.3
woo_subscriptions_version: 5.9.1
woo_memberships_version: 1.25.2
automate_woo_version: 5.8.5
@@ -1063,7 +1055,7 @@ workflows:
- acceptance_tests:
<<: *slack-fail-post-step
name: acceptance_with_premium_oldest
woo_core_version: 8.8.3
woo_core_version: 8.9.3
woo_subscriptions_version: 5.9.1
woo_memberships_version: 1.25.2
automate_woo_version: 5.8.5
@@ -1074,7 +1066,7 @@ workflows:
- integration_tests:
<<: *slack-fail-post-step
name: integration_with_premium_oldest
woo_core_version: 8.8.3
woo_core_version: 8.9.3
woo_subscriptions_version: 5.9.1
woo_memberships_version: 1.25.2
automate_woo_version: 5.8.5