Skip to content

Commit 2c5ef4b

Browse files
committed
Test against PHP 7.4
1 parent 5c8f128 commit 2c5ef4b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ php:
66
- 7.1
77
- 7.2
88
- 7.3
9-
- nightly
9+
- 7.4snapshot
1010

1111
cache:
1212
directories:
@@ -24,9 +24,6 @@ script:
2424
- ./vendor/bin/phpunit
2525

2626
jobs:
27-
allow_failures:
28-
- php: nightly
29-
3027
include:
3128
- stage: Test
3229
env: DEPENDENCIES=low

0 commit comments

Comments
 (0)