x-test: &test environment: - COMPOSER_FLAGS=${COMPOSER_FLAGS:-} volumes: - .:/app:ro - composer-cache:/root/.composer working_dir: /app command: sh scripts/test.sh services: php83: <<: *test image: php:8.3-cli-alpine php84: <<: *test image: php:8.4-cli-alpine php85: <<: *test image: php:8.5-cli-alpine volumes: composer-cache: