Skip to content

Commit

Permalink
test(wp 5.8): Add 5.8 to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Oct 22, 2021
1 parent 8356efe commit 8eda729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-tests-with-all-wp-versions.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

WORDPRESS_VERSION=5.8 ./run-tests.sh
WORDPRESS_VERSION=5.7 ./run-tests.sh
WORDPRESS_VERSION=5.6 ./run-tests.sh
WORDPRESS_VERSION=5.5 ./run-tests.sh
Expand All @@ -10,4 +11,4 @@ WORDPRESS_VERSION=5.1 ./run-tests.sh
WORDPRESS_VERSION=5.0 ./run-tests.sh
WORDPRESS_VERSION=4.9 ./run-tests.sh

cat tests/e2e/.test-results-* | jq .success
cat tests/e2e/.test-results-* | jq .success

0 comments on commit 8eda729

Please sign in to comment.