mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
f134e193cd
Fixes #1214
8 lines
292 B
YAML
8 lines
292 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"
|
|
script:
|
|
- cp $CI_PROJECT_DIR/.gitlab/pipeline/ci/php.ini /usr/local/etc/php/php.ini; # copy php.ini into image
|