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 d5dcd15 commit 88a61dcCopy full SHA for 88a61dc
.travis.yml
@@ -1,8 +1,8 @@
1
language: php
2
-php:
3
- - 5.6
+php:
4
- 7.2
5
- 7.3
6
-install: composer install
+ - 7.4
+install: composer update
7
script: phpunit test/*.php
8
dist: trusty
0 commit comments