We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 778d049 + 8243e48 commit 6e0e00fCopy full SHA for 6e0e00f
.travis.yml
@@ -3,6 +3,13 @@ php:
3
- '7.1'
4
- '7.2'
5
- '7.3'
6
+- '7.4snapshot'
7
+- 'nightly'
8
+
9
+matrix:
10
+ allow_failures:
11
+ - php: '7.4snapshot'
12
+ - php: 'nightly'
13
14
before_script:
15
- "composer install"
docker-compose.yml
@@ -0,0 +1,6 @@
1
+version: '3'
2
+services:
+ php74:
+ image: php:7.4-rc
+ volumes:
+ - ./:/app
0 commit comments