Skip to content

Commit 79ab357

Browse files
authored
Update .travis.yml
1 parent cd4ae61 commit 79ab357

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- 8.0
78

89
before_script:
910
- curl -s http://getcomposer.org/installer | php
1011
- php composer.phar install
1112

1213
script:
1314
- ./vendor/bin/phpcs --standard=phpcs.xml src
14-
- ./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

Comments
 (0)