1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00
php-ovh/.travis.yml
Germain Carré 94fd5e0aed Adding PHP 8.0 & 8.1 in travis build
Signed-off-by: Germain Carré git@germain.sh
2022-01-29 05:38:39 +01:00

18 lines
222 B
YAML

addons:
apt:
packages:
- libcurl4-openssl-dev
language: php
dist: focal
php:
- 8.1.0
- 8.0
- 7.4
before_script:
- composer self-update
- composer install
script: vendor/bin/phpunit tests/ApiTest.php