mirror of
https://github.com/ovh/php-ovh.git
synced 2023-11-05 03:20:26 +01:00
94fd5e0aed
Signed-off-by: Germain Carré git@germain.sh
18 lines
222 B
YAML
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
|