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.
1 parent 4a70ad9 commit 9a70939Copy full SHA for 9a70939
.travis.yml
@@ -52,16 +52,21 @@ matrix:
52
# - PHPUNIT=phpunit-4.8
53
# - TEST_LINT=`true`
54
# - SENSIO_SECURITY=`true`
55
-# - php: 7.2
56
-# env:
57
-# - PHPUNIT=phpunit
58
-# - TEST_LINT=`true`
59
-# - SENSIO_SECURITY=`true`
60
-# - php: nightly
61
62
63
64
+ - php: 7.2
+ env:
+ - PHPUNIT=phpunit
+ - TEST_LINT=`true`
+ - SENSIO_SECURITY=`true`
+ - php: 7.3
65
+ - php: nightly
66
67
68
69
70
allow_failures:
71
- php: 5.4
72
- php: 5.5 # needs older phpunit
0 commit comments