Skip to content

Commit

Permalink
qa: Test all current available WooCommerce versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pretzlaw committed Sep 9, 2019
1 parent bfd8507 commit 9f1b56b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Expand Up @@ -17,18 +17,19 @@ env:
global:
- PHPUNIT_VERSION="~7|~8"
- COMPOSER_CACHE_DIR=/home/travis/.composer
- WOO_VERSION="3.6.*"
- WOO_VERSION="3.7.*"
- WP_VERSION="*"
matrix:
# see https://codex.wordpress.org/WordPress_Versions
# see https://phpunit.de/supported-versions.html
- WP_VERSION=4.8.*
- WP_VERSION=4.8.* WOO_VERSION="3.4.*"
- WP_VERSION=4.8.* WOO_VERSION="3.2.*"
- WP_VERSION=4.8.* WOO_VERSION="3.0.*"
- WP_VERSION=4.8.* WOO_VERSION="3.0.*"
- WP_VERSION=5.0.*
- WP_VERSION=5.2.*
- WP_VERSION=5.1.* WOO_VERSION="3.6.*"
- WP_VERSION=5.0.* WOO_VERSION="3.5.*"
- WP_VERSION=4.9.* WOO_VERSION="3.4.*"
- WP_VERSION=4.8.* WOO_VERSION="3.3.*"
- WP_VERSION=4.7.* WOO_VERSION="3.2.*"
- WP_VERSION=4.6.* WOO_VERSION="3.1.*"
- WP_VERSION=4.5.* WOO_VERSION="3.0.*"
- WP_VERSION=dev-master

matrix:
Expand Down
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -20,6 +20,14 @@ Overall the goal is **simplicity** and **no time wasting crap** (for me and you)
which we achieve by using raw WordPress structures in the YAML instead of
reinventing the wheel.

By now we bring helper for:

* **WordPress** 4.5 - 5.2, e.g. posts, pages, user, options etc.
* **WooCommerce** 3.0 - 3.7, e.g. orders, products etc.

See below how a small Yaml-File can seed the database with tons of entries.


## Install

Download or just
Expand All @@ -29,8 +37,8 @@ Download or just
We mostly require what Alice also needs
([see Packagist.org for more details](https://packagist.org/packages/rmp-up/wp-fixtures)):

* PHP 7.1 - 7.3
* WordPress 5.0
* PHP
* WordPress

Optional:

Expand Down

0 comments on commit 9f1b56b

Please sign in to comment.