Skip to content

Commit 1b1bbd4

Browse files
committed
Bugfix: fix build configuration
1 parent 76b71c4 commit 1b1bbd4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: php
22
php:
3-
- '7.3'
4-
- '7.4'
3+
- '8.0'
54

65
before_script:
7-
- yes '' | pecl install yaml
86
- composer install
97

108
script:

0 commit comments

Comments
 (0)