Skip to content

Commit

Permalink
Pin Gutenberg to v11.0.0 for E2E JS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pierlon committed Jul 21, 2021
1 parent f4beb71 commit e74e643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/local-env/install-wordpress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ wp plugin activate amp --quiet

# Install & activate Gutenberg plugin.
echo -e $(status_message "Installing and activating Gutenberg plugin...")
wp plugin install gutenberg --activate --force --quiet
wp plugin install gutenberg --activate --force --quiet --version=11.0.0

# Set pretty permalinks.
echo -e $(status_message "Setting permalink structure...")
Expand Down

0 comments on commit e74e643

Please sign in to comment.