From 7d2ab488fd1b8012cd7c712bd97fc37be2cd8f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 16 Nov 2024 19:24:19 +0100 Subject: [PATCH] ci: add specific versions for some plugins --- bin/install-wp-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install-wp-tests.sh b/bin/install-wp-tests.sh index 0fd5624..6930648 100755 --- a/bin/install-wp-tests.sh +++ b/bin/install-wp-tests.sh @@ -258,8 +258,8 @@ install_wp_plugins() { install_wp_plugin very-simple-event-list install_wp_plugin gatherpress install_wp_plugin events-manager - install_wp_plugin wp-event-manager - install_wp_plugin wp-event-solution + install_wp_plugin wp-event-manager "6.6.3" + install_wp_plugin wp-event-solution "4.0.14" # Mec is not installable via wordpress.org, we use our own mirror. install_wp_plugin_mec }