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 509d80c commit 36ab10dCopy full SHA for 36ab10d
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
+ - 8.0
8
9
before_script:
10
- curl -s http://getcomposer.org/installer | php
@@ -12,4 +13,4 @@ before_script:
12
13
script:
14
- ./vendor/bin/phpunit
15
- ./vendor/bin/phpcs --standard=phpcs.xml src
- - ./vendor/bin/phpstan --level=0 --no-progress analyse src
16
+ - ./vendor/bin/phpstan --level=0 --no-progress analyse src
0 commit comments