mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 10:14:44 +02:00
16 lines
No EOL
225 B
YAML
16 lines
No EOL
225 B
YAML
language: php
|
|
|
|
env:
|
|
- SYMFONY_DEPRECATIONS_HELPER=disabled # Disable deprecation warnings
|
|
|
|
# Test for all supported PHP versions
|
|
php:
|
|
- '7.1'
|
|
- '7.2'
|
|
- '7.3'
|
|
|
|
install:
|
|
- composer install
|
|
|
|
script:
|
|
- php bin/phpunit |