Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfendeksilverstripe committed Oct 21, 2021
1 parent 188b042 commit 3dc04e9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,33 @@ jobs:
include:
- php: 7.3
env:
- REQUIRE_INSTALLER="$REQUIRE_RECIPE 4.x-dev"
- DB=MYSQL
- REQUIRE_INSTALLER="$REQUIRE_RECIPE 4.x-dev"
- PHPUNIT_TEST=1
- PHPCS_TEST=1
- PHPSTAN_TEST=1
- php: 7.3
env:
- REQUIRE_INSTALLER="$REQUIRE_RECIPE 4.x-dev"
- DB=PGSQL
- REQUIRE_INSTALLER="$REQUIRE_RECIPE 4.x-dev"
- PHPUNIT_TEST=1
- COW_TEST=1
- php: 7.4
env:
- REQUIRE_INSTALLER="$REQUIRE_RECIPE 4.x-dev"
- DB=MYSQL
- PDO=1
- REQUIRE_INSTALLER="$REQUIRE_RECIPE 4.x-dev"
- PHPUNIT_COVERAGE_TEST=1
- php: 7.4
env:
- REQUIRE_INSTALLER="$REQUIRE_RECIPE 4.x-dev"
- DB=MYSQL
- REQUIRE_INSTALLER="$REQUIRE_RECIPE 4.x-dev"
- PHPUNIT_TEST=1
- REQUIRE_GRAPHQL="^3@dev"
- php: 8
- php: 8.0
env:
- REQUIRE_INSTALLER="$REQUIRE_RECIPE 4.x-dev"
- DB=MYSQL
- REQUIRE_INSTALLER="$REQUIRE_RECIPE 4.x-dev"
- PHPUNIT_TEST=1
- REQUIRE_GRAPHQL="^3@dev"
- COMPOSER_INSTALL_ARG=--ignore-platform-reqs

0 comments on commit 3dc04e9

Please sign in to comment.