Skip to content

Commit

Permalink
Force all "Previous" WP version tests to be 5.3 for now
Browse files Browse the repository at this point in the history
We can move back to "previous" once WP 5.4 has shipped
  • Loading branch information
jeherve committed Mar 6, 2020
1 parent 67207df commit 0a3771e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ php:
- "7.0"
- "7.2"
- "7.3"
# 7.4 can not be included here until 5.3 is the "previous" version of WP.
- "7.4snapshot"

env:
# Global variable is re-defined in matrix-include -list
Expand Down Expand Up @@ -51,9 +51,6 @@ matrix:

- php: "nightly"
name: "PHP Nightly"
- php: "7.4snapshot"
env: WP_BRANCH=master SIMPLE_AND_MULTISITE=1
# add a new entry for "latest" WP once 5.3 has shipped. Remove snapshot once 7.4 is GA.

# Code Climate code coverage.
- php: "7.3"
Expand Down
2 changes: 1 addition & 1 deletion tests/setup-travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ latest)
git clone --depth=1 --branch $(php ./tests/get-wp-version.php) git://develop.git.wordpress.org/ /tmp/wordpress-latest
;;
previous)
git clone --depth=1 --branch $(php ./tests/get-wp-version.php --previous) git://develop.git.wordpress.org/ /tmp/wordpress-previous
git clone --depth=1 --branch 5.3 git://develop.git.wordpress.org/ /tmp/wordpress-previous
;;
esac

Expand Down

0 comments on commit 0a3771e

Please sign in to comment.