ci: add specific versions for some plugins
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Has been cancelled
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Has been cancelled
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Has been cancelled
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Has been cancelled
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Has been cancelled
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Has been cancelled

This commit is contained in:
André Menrath 2024-11-16 19:24:19 +01:00
parent c20fb92543
commit 7d2ab488fd

View file

@ -258,8 +258,8 @@ install_wp_plugins() {
install_wp_plugin very-simple-event-list install_wp_plugin very-simple-event-list
install_wp_plugin gatherpress install_wp_plugin gatherpress
install_wp_plugin events-manager install_wp_plugin events-manager
install_wp_plugin wp-event-manager install_wp_plugin wp-event-manager "6.6.3"
install_wp_plugin wp-event-solution install_wp_plugin wp-event-solution "4.0.14"
# Mec is not installable via wordpress.org, we use our own mirror. # Mec is not installable via wordpress.org, we use our own mirror.
install_wp_plugin_mec install_wp_plugin_mec
} }