mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-03-16 11:03:50 +01:00

Compare commits

...

3 commits

Author SHA1 Message Date
Eike Starkmann
dca2ea8b0b [TASK] php-lint-php8.0 is no longer available
Part of , 
2025-02-03 15:58:33 +01:00
Eike Starkmann
3ac54e3469 [TASK] php-lint-php7.4 is no longer available
Part of , 
2025-02-03 15:57:00 +01:00
Eike Starkmann
28f17918c9 [TASK] use local php.ini as overlay
Part of 
2025-02-03 15:51:07 +01:00
4 changed files with 2 additions and 8 deletions

View file

@ -3,6 +3,6 @@
before_script: before_script:
- bash .gitlab/build/docker_install.sh > /dev/null - bash .gitlab/build/docker_install.sh > /dev/null
variables: variables:
PHP_INI_SCAN_DIR: "/etc/php" PHP_INI_SCAN_DIR: "/usr/local/etc/php/"
script: script:
- cp $CI_PROJECT_DIR/.gitlab/pipeline/ci/php.ini /usr/local/etc/php/php.ini; # copy php.ini into image - cp $CI_PROJECT_DIR/.gitlab/pipeline/ci/php.ini /usr/local/etc/php/conf.d/z_php.ini; # copy php.ini into image

View file

@ -3,8 +3,6 @@ php-cs-fixer:
stage: codestyle stage: codestyle
needs: needs:
- build-composer-dependencies - build-composer-dependencies
- php-lint-php7.4
- php-lint-php8.0
- php-lint-php8.1 - php-lint-php8.1
- php-lint-php8.2 - php-lint-php8.2
script: script:

View file

@ -3,8 +3,6 @@ phpstan:
stage: codestyle stage: codestyle
needs: needs:
- build-composer-dependencies - build-composer-dependencies
- php-lint-php7.4
- php-lint-php8.0
- php-lint-php8.1 - php-lint-php8.1
- php-lint-php8.2 - php-lint-php8.2
script: script:

View file

@ -3,8 +3,6 @@ rector:
stage: codestyle stage: codestyle
needs: needs:
- build-composer-dependencies - build-composer-dependencies
- php-lint-php7.4
- php-lint-php8.0
- php-lint-php8.1 - php-lint-php8.1
- php-lint-php8.2 - php-lint-php8.2
script: script: