mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2025-03-15 13:03:50 +01:00
6 lines
255 B
YAML
6 lines
255 B
YAML
.default:
|
|
image: ghcr.io/typo3/core-testing-php83:latest
|
|
before_script:
|
|
- bash .gitlab/build/docker_install.sh > /dev/null
|
|
script:
|
|
- cp $CI_PROJECT_DIR/.gitlab/pipeline/ci/php.ini /usr/local/etc/php/conf.d/z_php.ini; # copy php.ini into image
|