mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-24 14:56:13 +01:00
Compare commits
No commits in common. "0b12ce13bac5588435961d827a886e295e6f1daa" and "1ce807b1d3a4bfc33a5c2101b50861f3c1278c15" have entirely different histories.
0b12ce13ba
...
1ce807b1d3
39 changed files with 45 additions and 39 deletions
|
@ -66,6 +66,12 @@ date.timezone = UTC
|
||||||
pdo_mysql.cache_size = 2000
|
pdo_mysql.cache_size = 2000
|
||||||
pdo_mysql.default_socket=
|
pdo_mysql.default_socket=
|
||||||
|
|
||||||
|
[mail function]
|
||||||
|
SMTP = localhost
|
||||||
|
smtp_port = 25
|
||||||
|
mail.add_x_header = On
|
||||||
|
sendmail_path="/usr/local/bin/mailpit sendmail -t --smtp-addr 127.0.0.1:1025"
|
||||||
|
|
||||||
[SQL]
|
[SQL]
|
||||||
sql.safe_mode = Off
|
sql.safe_mode = Off
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
.default:
|
.default:
|
||||||
image: ghcr.io/typo3/core-testing-php83:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php83:latest
|
||||||
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: "/etc/php"
|
||||||
volumes:
|
volumes:
|
||||||
- ./ci/php.ini:/usr/local/etc/php/php.ini
|
- ../ci/php.ini:/usr/local/etc/php/php.ini
|
|
@ -1,6 +1,6 @@
|
||||||
func-php7.4-v11-highest:
|
func-php7.4-v11-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php74:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php74:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php7.4-v11-lowest:
|
func-php7.4-v11-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php74:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php74:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.0-v11-highest:
|
func-php8.0-v11-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php80:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php80:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.0-v11-lowest:
|
func-php8.0-v11-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php80:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php80:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.1-v11-highest:
|
func-php8.1-v11-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php81:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php81:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.1-v11-lowest:
|
func-php8.1-v11-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php81:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php81:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.1-v11-highest:
|
func-php8.1-v11-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php81:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php81:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.1-v11-lowest:
|
func-php8.1-v11-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php81:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php81:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.2-v11-highest:
|
func-php8.2-v11-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php82:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php82:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.2-v11-lowest:
|
func-php8.2-v11-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php82:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php82:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.2-v12-highest:
|
func-php8.2-v12-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php82:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php82:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.2-v12-lowest:
|
func-php8.2-v12-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php82:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php82:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.3-v11-highest:
|
func-php8.3-v11-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php83:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php83:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.3-v11-lowest:
|
func-php8.3-v11-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php83:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php83:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.3-v11-highest:
|
func-php8.3-v11-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php83:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php83:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
func-php8.3-v12-lowest:
|
func-php8.3-v12-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php83:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php83:latest
|
||||||
services:
|
services:
|
||||||
- mariadb:10
|
- mariadb:10
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
php-lint-php7.4:
|
php-lint-php7.4:
|
||||||
extends: .composer-update
|
extends: .composer-update
|
||||||
image: ghcr.io/typo3/core-testing-php74:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php74:latest
|
||||||
stage: lint
|
stage: lint
|
||||||
needs: [ ]
|
needs: [ ]
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
php-lint-php8.0:
|
php-lint-php8.0:
|
||||||
extends: .composer-update
|
extends: .composer-update
|
||||||
image: ghcr.io/typo3/core-testing-php80:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php80:latest
|
||||||
stage: lint
|
stage: lint
|
||||||
needs: [ ]
|
needs: [ ]
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
php-lint-php8.1:
|
php-lint-php8.1:
|
||||||
extends: .composer-update
|
extends: .composer-update
|
||||||
image: ghcr.io/typo3/core-testing-php81:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php81:latest
|
||||||
stage: lint
|
stage: lint
|
||||||
needs: [ ]
|
needs: [ ]
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
php-lint-php8.2:
|
php-lint-php8.2:
|
||||||
extends: .composer-update
|
extends: .composer-update
|
||||||
image: ghcr.io/typo3/core-testing-php82:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php82:latest
|
||||||
stage: lint
|
stage: lint
|
||||||
needs: [ ]
|
needs: [ ]
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
php-lint-php8.3:
|
php-lint-php8.3:
|
||||||
extends: .composer-update
|
extends: .composer-update
|
||||||
image: ghcr.io/typo3/core-testing-php83:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php83:latest
|
||||||
stage: lint
|
stage: lint
|
||||||
needs: [ ]
|
needs: [ ]
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php7.4-v11-highest:
|
unit-php7.4-v11-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php74:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php74:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php7.4-v11-lowest:
|
unit-php7.4-v11-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php74:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php74:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.0-v11-highest:
|
unit-php8.0-v11-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php80:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php80:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.0-v11-lowest:
|
unit-php8.0-v11-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php80:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php80:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.1-v11-highest:
|
unit-php8.1-v11-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php81:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php81:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.1-v11-lowest:
|
unit-php8.1-v11-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php81:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php81:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.1-v12-highest:
|
unit-php8.1-v12-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php81:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php81:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.1-v12-lowest:
|
unit-php8.1-v12-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php81:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php81:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.2-v11-highest:
|
unit-php8.2-v11-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php82:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php82:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.2-v11-lowest:
|
unit-php8.2-v11-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php82:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php82:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.2-v12-highest:
|
unit-php8.2-v12-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php82:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php82:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.2-v12-lowest:
|
unit-php8.2-v12-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php82:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php82:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.3-v11-highest:
|
unit-php8.3-v11-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php83:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php83:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.3-v11-lowest:
|
unit-php8.3-v11-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php83:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php83:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.3-v12-highest:
|
unit-php8.3-v12-highest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php83:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php83:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
unit-php8.3-v12-lowest:
|
unit-php8.3-v12-lowest:
|
||||||
extends: .default
|
extends: .default
|
||||||
image: ghcr.io/typo3/core-testing-php83:latest
|
image: ghcr.io/sbuerk/demo-core-testing-php83:latest
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
|
|
Loading…
Reference in a new issue