Skip to content

Commit 1283ea0

Browse files
Update Travis CI configuration - PHP 8.0 and Mockery 1.4.0
1 parent 3138917 commit 1283ea0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cache:
66

77
env:
88
- MOCKERY_VERSION=dev-master
9+
- MOCKERY_VERSION=~1.4.0
910
- MOCKERY_VERSION=~1.3.0
1011
- MOCKERY_VERSION=~1.2.0
1112
- MOCKERY_VERSION=~1.1.0
@@ -14,6 +15,7 @@ env:
1415
- MOCKERY_VERSION=~0.8.0
1516

1617
php:
18+
- 8.0
1719
- 7.4
1820
- 7.3
1921
- 7.2
@@ -24,6 +26,15 @@ php:
2426
matrix:
2527
fast_finish: true
2628
exclude:
29+
- php: 8.0
30+
env: MOCKERY_VERSION=~1.1.0
31+
- php: 8.0
32+
env: MOCKERY_VERSION=~1.0.0
33+
- php: 8.0
34+
env: MOCKERY_VERSION=~0.9.0
35+
- php: 8.0
36+
env: MOCKERY_VERSION=~0.8.0
37+
2738
- php: 7.4
2839
env: MOCKERY_VERSION=~1.1.0
2940
- php: 7.4

0 commit comments

Comments
 (0)