1
0
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:
William Entriken 2021-07-09 14:51:48 -04:00 committed by GitHub
parent 047b8d1433
commit d84fe65460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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