Skip to content

Commit

Permalink
MNT Ensure graphql 3 versions of behat tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 18, 2021
1 parent 6b2e1df commit be2e92e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,33 @@ jobs:
- REQUIRE_INSTALLER="$REQUIRE_RECIPE"
- NPM_TEST=1
- RELEASE=1
- php: 7.2
- php: 7.3
env:
- DB=MYSQL
- REQUIRE_INSTALLER="$REQUIRE_RECIPE"
- BEHAT_TEST=1
- REQUIRE_GRAPHQL="^3@dev"
- BEHAT_SUITE="admin"
- php: 7.3
env:
- DB=MYSQL
- REQUIRE_INSTALLER="$REQUIRE_RECIPE"
- BEHAT_TEST=1
- REQUIRE_GRAPHQL="^3@dev"
- BEHAT_SUITE="cms"
- php: 7.3
env:
- DB=MYSQL
- REQUIRE_INSTALLER="$REQUIRE_RECIPE"
- BEHAT_TEST=1
- REQUIRE_GRAPHQL="^3@dev || 4.x-dev"
- BEHAT_SUITE="admin"
- php: 7.3
env:
- DB=MYSQL
- REQUIRE_INSTALLER="$REQUIRE_RECIPE"
- BEHAT_TEST=1
- REQUIRE_GRAPHQL="^3@dev || 4.x-dev"
- BEHAT_SUITE="cms"

before_script:
Expand Down

0 comments on commit be2e92e

Please sign in to comment.