Skip to content

Commit 90bec79

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents e130196 + 6e0e00f commit 90bec79

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ php:
33
- '7.1'
44
- '7.2'
55
- '7.3'
6+
- '7.4snapshot'
7+
- 'nightly'
8+
9+
matrix:
10+
allow_failures:
11+
- php: '7.4snapshot'
12+
- php: 'nightly'
613

714
before_script:
815
- "composer install"

docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: '3'
2+
services:
3+
php74:
4+
image: php:7.4-rc
5+
volumes:
6+
- ./:/app

0 commit comments

Comments
 (0)