Skip to content

Commit 3138917

Browse files
Exclude builds on PHP 7.4 for mockery <= 1.1
1 parent 85485d5 commit 3138917

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ php:
2323

2424
matrix:
2525
fast_finish: true
26+
exclude:
27+
- php: 7.4
28+
env: MOCKERY_VERSION=~1.1.0
29+
- php: 7.4
30+
env: MOCKERY_VERSION=~1.0.0
31+
- php: 7.4
32+
env: MOCKERY_VERSION=~0.9.0
33+
- php: 7.4
34+
env: MOCKERY_VERSION=~0.8.0
2635

2736
install:
2837
- composer require mockery/mockery:${MOCKERY_VERSION} squizlabs/php_codesniffer phpmd/phpmd cundd/test-flight

0 commit comments

Comments
 (0)