mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
b603381139
2. Up min Symfony verion to 5.0. Adopt code to sf 5.0+ 3. Local env to run tests 4. Repare tests
9 lines
174 B
YAML
9 lines
174 B
YAML
services:
|
|
php:
|
|
build:
|
|
context: .
|
|
args:
|
|
PHP_IMAGE_TAG: ${PHP_IMAGE_TAG:-8.1}
|
|
volumes:
|
|
- "./:/opt/test"
|