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 cd4ae61 commit 79ab357Copy full SHA for 79ab357
.travis.yml
@@ -4,11 +4,12 @@ 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
11
- php composer.phar install
12
13
script:
14
- ./vendor/bin/phpcs --standard=phpcs.xml src
- - ./vendor/bin/phpstan --level=0 --memory-limit=-1 --no-progress analyse src
15
+ - ./vendor/bin/phpstan --level=0 --memory-limit=-1 --no-progress analyse src
0 commit comments