mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-14 23:56:13 +01:00
8 lines
No EOL
234 B
YAML
8 lines
No EOL
234 B
YAML
.default:
|
|
image: ghcr.io/typo3/core-testing-php83:latest
|
|
before_script:
|
|
- bash .gitlab/build/docker_install.sh > /dev/null
|
|
variables:
|
|
PHP_INI_SCAN_DIR: "/etc/php"
|
|
volumes:
|
|
- ../ci/php.ini:/usr/local/etc/php/php.ini |