Skip to content

Commit

Permalink
Merge pull request #128 from creative-commoners/pulls/2.3/phpunit9
Browse files Browse the repository at this point in the history
Approved
  • Loading branch information
sabina-talipova authored Jun 6, 2022
2 parents 84e13ff + 22e3951 commit 4bbabf2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
22 changes: 10 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,28 @@ env:
jobs:
fast_finish: true
include:
- php: 7.1
- php: 7.3
env:
- REQUIRE_INSTALLER="4.5.x-dev"
- PHPCS_TEST=1
- PHPUNIT_TEST=1
- REQUIRE_INSTALLER="4.10.x-dev"
- PHPUNIT_COVERAGE_TEST=1
- PHPUNIT_SUITE="framework"
- php: 7.2
- php: 7.4
env:
- REQUIRE_INSTALLER="4.6.x-dev"
- PHPUNIT_COVERAGE_TEST=1
- REQUIRE_INSTALLER="4.11.x-dev"
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="postgresql"
- php: 7.3
- php: 7.4
env:
- REQUIRE_INSTALLER="4.7.x-dev"
- REQUIRE_INSTALLER="4.x-dev"
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="framework"
- php: 7.4
- php: 8.0
env:
- REQUIRE_INSTALLER="4.x-dev"
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="postgresql"
- php: 8.0
- php: 8.1
env:
- REQUIRE_INSTALLER="4.x-dev"
- PHPUNIT_TEST=1
- PHPUNIT_SUITE="framework"
- COMPOSER_INSTALL_ARG=--ignore-platform-reqs
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"sminnee/phpunit": "^5.7",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3"
},
"extra": { },
Expand Down

0 comments on commit 4bbabf2

Please sign in to comment.