Skip to content

Commit 9c307bf

Browse files
authored
Add PHP 8.0 to tests
1 parent 4efffc8 commit 9c307bf

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
@@ -7,9 +7,10 @@ php:
77
- 7.2
88
- 7.3
99
- 7.4
10+
- 8.0
1011

1112
before_script:
1213
- curl -s http://getcomposer.org/installer | php
1314
- php composer.phar install --dev
1415

15-
script: phpunit
16+
script: phpunit

0 commit comments

Comments
 (0)