Skip to content

Commit 36ab10d

Browse files
authored
Update .travis.yml
1 parent 509d80c commit 36ab10d

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,6 +4,7 @@ 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
@@ -12,4 +13,4 @@ before_script:
1213
script:
1314
- ./vendor/bin/phpunit
1415
- ./vendor/bin/phpcs --standard=phpcs.xml src
15-
- ./vendor/bin/phpstan --level=0 --no-progress analyse src
16+
- ./vendor/bin/phpstan --level=0 --no-progress analyse src

0 commit comments

Comments
 (0)