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 7dc21b5 commit 6ef44beCopy full SHA for 6ef44be
.travis.yml
@@ -2,6 +2,9 @@ language: php
2
sudo: false
3
php:
4
- 7.2.5
5
+ - 7.4
6
- 8.0
7
+ - 8.1
8
+ - 8.2
9
before_install: "composer install"
10
script: "vendor/bin/phpunit"
0 commit comments