mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-23 19:02:46 +01:00
Add supported versions of PHP
This commit is contained in:
parent
047b8d1433
commit
d84fe65460
@ -3,6 +3,8 @@ language: php
|
||||
php:
|
||||
- 7.0
|
||||
- 7.2
|
||||
- 7.4
|
||||
- 8.0
|
||||
|
||||
install:
|
||||
- composer install
|
||||
@ -12,4 +14,4 @@ before_script:
|
||||
- mysql -e 'create database homestead_test;'
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit
|
||||
- vendor/bin/phpunit
|
||||
|
Loading…
Reference in New Issue
Block a user