Skip to content

Commit 88bc24b

Browse files
mmolldjoos
authored andcommitted
Properly test on PHP 7.4 again (#180)
* Revert "allow PHP 7.4 failure given not available on worker(s) yet..." This reverts commit e6f2737. * Adjust PHPUnit versions
1 parent e6f2737 commit 88bc24b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ script:
2323

2424
matrix:
2525
allow_failures:
26-
- php: 7.4
2726
- php: nightly
2827

2928
notifications:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"squizlabs/php_codesniffer": "^3.3.1"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
31+
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.0"
3232
},
3333
"conflict": {
3434
"squizlabs/php_codesniffer": "<3 || >=4"

0 commit comments

Comments
 (0)