mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-22 01:19:34 +00:00
11 lines
No EOL
130 B
YAML
11 lines
No EOL
130 B
YAML
language: php
|
|
|
|
# Test for all supported PHP versions
|
|
php:
|
|
- '7.1'
|
|
- '7.2'
|
|
- '7.3'
|
|
- nightly
|
|
|
|
install:
|
|
- composer install |