Skip to content

Commit 81aac08

Browse files
committed
remove php 8 for now
1 parent 864039e commit 81aac08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: php
2-
php: [ 7.1, 7.2, 7.3, nightly ]
2+
php: [ 7.1, 7.2, 7.3, 7.4snapshot ]
33
sudo: false
44

55
env:
66

77
matrix:
88
fast_finish: true
99
allow_failures:
10-
- php: nightly
10+
- php: 7.4snapshot
1111

1212
install:
1313
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader

0 commit comments

Comments
 (0)