diff --git a/.gitlab/pipeline/jobs/.default.yml b/.gitlab/pipeline/jobs/.default.yml index c54f19c..078f266 100644 --- a/.gitlab/pipeline/jobs/.default.yml +++ b/.gitlab/pipeline/jobs/.default.yml @@ -1,4 +1,4 @@ .default: - image: ghcr.io/sbuerk/demo-core-testing-php83:latest + image: ghcr.io/typo3/core-testing-php83:latest before_script: - bash .gitlab/build/docker_install.sh > /dev/null diff --git a/.gitlab/pipeline/jobs/func-php7.4-v11-highest.yml b/.gitlab/pipeline/jobs/func-php7.4-v11-highest.yml index 8ee58cf..68f6353 100644 --- a/.gitlab/pipeline/jobs/func-php7.4-v11-highest.yml +++ b/.gitlab/pipeline/jobs/func-php7.4-v11-highest.yml @@ -1,6 +1,6 @@ func-php7.4-v11-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php74:latest + image: ghcr.io/typo3/core-testing-php74:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php7.4-v11-lowest.yml b/.gitlab/pipeline/jobs/func-php7.4-v11-lowest.yml index 5d8fc3e..d87b592 100644 --- a/.gitlab/pipeline/jobs/func-php7.4-v11-lowest.yml +++ b/.gitlab/pipeline/jobs/func-php7.4-v11-lowest.yml @@ -1,6 +1,6 @@ func-php7.4-v11-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php74:latest + image: ghcr.io/typo3/core-testing-php74:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.0-v11-highest.yml b/.gitlab/pipeline/jobs/func-php8.0-v11-highest.yml index 3886a61..4b819fd 100644 --- a/.gitlab/pipeline/jobs/func-php8.0-v11-highest.yml +++ b/.gitlab/pipeline/jobs/func-php8.0-v11-highest.yml @@ -1,6 +1,6 @@ func-php8.0-v11-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php80:latest + image: ghcr.io/typo3/core-testing-php80:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.0-v11-lowest.yml b/.gitlab/pipeline/jobs/func-php8.0-v11-lowest.yml index 5e42d76..14b0571 100644 --- a/.gitlab/pipeline/jobs/func-php8.0-v11-lowest.yml +++ b/.gitlab/pipeline/jobs/func-php8.0-v11-lowest.yml @@ -1,6 +1,6 @@ func-php8.0-v11-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php80:latest + image: ghcr.io/typo3/core-testing-php80:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.1-v11-highest.yml b/.gitlab/pipeline/jobs/func-php8.1-v11-highest.yml index 6b22539..ca7bd93 100644 --- a/.gitlab/pipeline/jobs/func-php8.1-v11-highest.yml +++ b/.gitlab/pipeline/jobs/func-php8.1-v11-highest.yml @@ -1,6 +1,6 @@ func-php8.1-v11-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php81:latest + image: ghcr.io/typo3/core-testing-php81:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.1-v11-lowest.yml b/.gitlab/pipeline/jobs/func-php8.1-v11-lowest.yml index 727c06e..eab6293 100644 --- a/.gitlab/pipeline/jobs/func-php8.1-v11-lowest.yml +++ b/.gitlab/pipeline/jobs/func-php8.1-v11-lowest.yml @@ -1,6 +1,6 @@ func-php8.1-v11-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php81:latest + image: ghcr.io/typo3/core-testing-php81:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.1-v12-highest.yml b/.gitlab/pipeline/jobs/func-php8.1-v12-highest.yml index 4d9f1d5..49ced8c 100644 --- a/.gitlab/pipeline/jobs/func-php8.1-v12-highest.yml +++ b/.gitlab/pipeline/jobs/func-php8.1-v12-highest.yml @@ -1,6 +1,6 @@ func-php8.1-v11-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php81:latest + image: ghcr.io/typo3/core-testing-php81:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.1-v12-lowest.yml b/.gitlab/pipeline/jobs/func-php8.1-v12-lowest.yml index 0c9b872..4963df1 100644 --- a/.gitlab/pipeline/jobs/func-php8.1-v12-lowest.yml +++ b/.gitlab/pipeline/jobs/func-php8.1-v12-lowest.yml @@ -1,6 +1,6 @@ func-php8.1-v11-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php81:latest + image: ghcr.io/typo3/core-testing-php81:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.2-v11-highest.yml b/.gitlab/pipeline/jobs/func-php8.2-v11-highest.yml index 326ac25..c29c224 100644 --- a/.gitlab/pipeline/jobs/func-php8.2-v11-highest.yml +++ b/.gitlab/pipeline/jobs/func-php8.2-v11-highest.yml @@ -1,6 +1,6 @@ func-php8.2-v11-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php82:latest + image: ghcr.io/typo3/core-testing-php82:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.2-v11-lowest.yml b/.gitlab/pipeline/jobs/func-php8.2-v11-lowest.yml index ac287c5..07ae353 100644 --- a/.gitlab/pipeline/jobs/func-php8.2-v11-lowest.yml +++ b/.gitlab/pipeline/jobs/func-php8.2-v11-lowest.yml @@ -1,6 +1,6 @@ func-php8.2-v11-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php82:latest + image: ghcr.io/typo3/core-testing-php82:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.2-v12-highest.yml b/.gitlab/pipeline/jobs/func-php8.2-v12-highest.yml index 419fdb6..cb3d952 100644 --- a/.gitlab/pipeline/jobs/func-php8.2-v12-highest.yml +++ b/.gitlab/pipeline/jobs/func-php8.2-v12-highest.yml @@ -1,6 +1,6 @@ func-php8.2-v12-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php82:latest + image: ghcr.io/typo3/core-testing-php82:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.2-v12-lowest.yml b/.gitlab/pipeline/jobs/func-php8.2-v12-lowest.yml index 044298f..2ba379d 100644 --- a/.gitlab/pipeline/jobs/func-php8.2-v12-lowest.yml +++ b/.gitlab/pipeline/jobs/func-php8.2-v12-lowest.yml @@ -1,6 +1,6 @@ func-php8.2-v12-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php82:latest + image: ghcr.io/typo3/core-testing-php82:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.3-v11-highest.yml b/.gitlab/pipeline/jobs/func-php8.3-v11-highest.yml index 8bab8fd..6feac9d 100644 --- a/.gitlab/pipeline/jobs/func-php8.3-v11-highest.yml +++ b/.gitlab/pipeline/jobs/func-php8.3-v11-highest.yml @@ -1,6 +1,6 @@ func-php8.3-v11-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php83:latest + image: ghcr.io/typo3/core-testing-php83:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.3-v11-lowest.yml b/.gitlab/pipeline/jobs/func-php8.3-v11-lowest.yml index fff827a..2ddc49c 100644 --- a/.gitlab/pipeline/jobs/func-php8.3-v11-lowest.yml +++ b/.gitlab/pipeline/jobs/func-php8.3-v11-lowest.yml @@ -1,6 +1,6 @@ func-php8.3-v11-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php83:latest + image: ghcr.io/typo3/core-testing-php83:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.3-v12-highest.yml b/.gitlab/pipeline/jobs/func-php8.3-v12-highest.yml index 87a412c..eb2a0f0 100644 --- a/.gitlab/pipeline/jobs/func-php8.3-v12-highest.yml +++ b/.gitlab/pipeline/jobs/func-php8.3-v12-highest.yml @@ -1,6 +1,6 @@ func-php8.3-v11-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php83:latest + image: ghcr.io/typo3/core-testing-php83:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/func-php8.3-v12-lowest.yml b/.gitlab/pipeline/jobs/func-php8.3-v12-lowest.yml index 86eb3af..3eb28a1 100644 --- a/.gitlab/pipeline/jobs/func-php8.3-v12-lowest.yml +++ b/.gitlab/pipeline/jobs/func-php8.3-v12-lowest.yml @@ -1,6 +1,6 @@ func-php8.3-v12-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php83:latest + image: ghcr.io/typo3/core-testing-php83:latest services: - mariadb:10 stage: test diff --git a/.gitlab/pipeline/jobs/php-lint-php7.4.yml b/.gitlab/pipeline/jobs/php-lint-php7.4.yml index 3de2ee3..03bff54 100644 --- a/.gitlab/pipeline/jobs/php-lint-php7.4.yml +++ b/.gitlab/pipeline/jobs/php-lint-php7.4.yml @@ -1,6 +1,6 @@ php-lint-php7.4: extends: .composer-update - image: ghcr.io/sbuerk/demo-core-testing-php74:latest + image: ghcr.io/typo3/core-testing-php74:latest stage: lint needs: [ ] script: diff --git a/.gitlab/pipeline/jobs/php-lint-php8.0.yml b/.gitlab/pipeline/jobs/php-lint-php8.0.yml index 0485908..bb24279 100644 --- a/.gitlab/pipeline/jobs/php-lint-php8.0.yml +++ b/.gitlab/pipeline/jobs/php-lint-php8.0.yml @@ -1,6 +1,6 @@ php-lint-php8.0: extends: .composer-update - image: ghcr.io/sbuerk/demo-core-testing-php80:latest + image: ghcr.io/typo3/core-testing-php80:latest stage: lint needs: [ ] script: diff --git a/.gitlab/pipeline/jobs/php-lint-php8.1.yml b/.gitlab/pipeline/jobs/php-lint-php8.1.yml index 1c70cef..3d7ddb8 100644 --- a/.gitlab/pipeline/jobs/php-lint-php8.1.yml +++ b/.gitlab/pipeline/jobs/php-lint-php8.1.yml @@ -1,6 +1,6 @@ php-lint-php8.1: extends: .composer-update - image: ghcr.io/sbuerk/demo-core-testing-php81:latest + image: ghcr.io/typo3/core-testing-php81:latest stage: lint needs: [ ] script: diff --git a/.gitlab/pipeline/jobs/php-lint-php8.2.yml b/.gitlab/pipeline/jobs/php-lint-php8.2.yml index dec469e..37b934d 100644 --- a/.gitlab/pipeline/jobs/php-lint-php8.2.yml +++ b/.gitlab/pipeline/jobs/php-lint-php8.2.yml @@ -1,6 +1,6 @@ php-lint-php8.2: extends: .composer-update - image: ghcr.io/sbuerk/demo-core-testing-php82:latest + image: ghcr.io/typo3/core-testing-php82:latest stage: lint needs: [ ] script: diff --git a/.gitlab/pipeline/jobs/php-lint-php8.3.yml b/.gitlab/pipeline/jobs/php-lint-php8.3.yml index 537fbb5..092ef05 100644 --- a/.gitlab/pipeline/jobs/php-lint-php8.3.yml +++ b/.gitlab/pipeline/jobs/php-lint-php8.3.yml @@ -1,6 +1,6 @@ php-lint-php8.3: extends: .composer-update - image: ghcr.io/sbuerk/demo-core-testing-php83:latest + image: ghcr.io/typo3/core-testing-php83:latest stage: lint needs: [ ] script: diff --git a/.gitlab/pipeline/jobs/unit-php7.4-v11-highest.yml b/.gitlab/pipeline/jobs/unit-php7.4-v11-highest.yml index f0b7c1e..e440b26 100644 --- a/.gitlab/pipeline/jobs/unit-php7.4-v11-highest.yml +++ b/.gitlab/pipeline/jobs/unit-php7.4-v11-highest.yml @@ -1,6 +1,6 @@ unit-php7.4-v11-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php74:latest + image: ghcr.io/typo3/core-testing-php74:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php7.4-v11-lowest.yml b/.gitlab/pipeline/jobs/unit-php7.4-v11-lowest.yml index 9d96492..1408415 100644 --- a/.gitlab/pipeline/jobs/unit-php7.4-v11-lowest.yml +++ b/.gitlab/pipeline/jobs/unit-php7.4-v11-lowest.yml @@ -1,6 +1,6 @@ unit-php7.4-v11-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php74:latest + image: ghcr.io/typo3/core-testing-php74:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.0-v11-highest.yml b/.gitlab/pipeline/jobs/unit-php8.0-v11-highest.yml index 4d69629..fe68ecb 100644 --- a/.gitlab/pipeline/jobs/unit-php8.0-v11-highest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.0-v11-highest.yml @@ -1,6 +1,6 @@ unit-php8.0-v11-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php80:latest + image: ghcr.io/typo3/core-testing-php80:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.0-v11-lowest.yml b/.gitlab/pipeline/jobs/unit-php8.0-v11-lowest.yml index 51e1947..0293c3f 100644 --- a/.gitlab/pipeline/jobs/unit-php8.0-v11-lowest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.0-v11-lowest.yml @@ -1,6 +1,6 @@ unit-php8.0-v11-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php80:latest + image: ghcr.io/typo3/core-testing-php80:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.1-v11-highest.yml b/.gitlab/pipeline/jobs/unit-php8.1-v11-highest.yml index cef350c..c4e8a50 100644 --- a/.gitlab/pipeline/jobs/unit-php8.1-v11-highest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.1-v11-highest.yml @@ -1,6 +1,6 @@ unit-php8.1-v11-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php81:latest + image: ghcr.io/typo3/core-testing-php81:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.1-v11-lowest.yml b/.gitlab/pipeline/jobs/unit-php8.1-v11-lowest.yml index 6cca462..1eca603 100644 --- a/.gitlab/pipeline/jobs/unit-php8.1-v11-lowest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.1-v11-lowest.yml @@ -1,6 +1,6 @@ unit-php8.1-v11-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php81:latest + image: ghcr.io/typo3/core-testing-php81:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.1-v12-highest.yml b/.gitlab/pipeline/jobs/unit-php8.1-v12-highest.yml index 7928dcd..fc1fb61 100644 --- a/.gitlab/pipeline/jobs/unit-php8.1-v12-highest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.1-v12-highest.yml @@ -1,6 +1,6 @@ unit-php8.1-v12-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php81:latest + image: ghcr.io/typo3/core-testing-php81:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.1-v12-lowest.yml b/.gitlab/pipeline/jobs/unit-php8.1-v12-lowest.yml index e58e6fa..7e3a700 100644 --- a/.gitlab/pipeline/jobs/unit-php8.1-v12-lowest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.1-v12-lowest.yml @@ -1,6 +1,6 @@ unit-php8.1-v12-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php81:latest + image: ghcr.io/typo3/core-testing-php81:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.2-v11-highest.yml b/.gitlab/pipeline/jobs/unit-php8.2-v11-highest.yml index 222ed85..044a430 100644 --- a/.gitlab/pipeline/jobs/unit-php8.2-v11-highest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.2-v11-highest.yml @@ -1,6 +1,6 @@ unit-php8.2-v11-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php82:latest + image: ghcr.io/typo3/core-testing-php82:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.2-v11-lowest.yml b/.gitlab/pipeline/jobs/unit-php8.2-v11-lowest.yml index f72e2b5..f1d111c 100644 --- a/.gitlab/pipeline/jobs/unit-php8.2-v11-lowest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.2-v11-lowest.yml @@ -1,6 +1,6 @@ unit-php8.2-v11-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php82:latest + image: ghcr.io/typo3/core-testing-php82:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.2-v12-highest.yml b/.gitlab/pipeline/jobs/unit-php8.2-v12-highest.yml index b01dd37..9663b4b 100644 --- a/.gitlab/pipeline/jobs/unit-php8.2-v12-highest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.2-v12-highest.yml @@ -1,6 +1,6 @@ unit-php8.2-v12-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php82:latest + image: ghcr.io/typo3/core-testing-php82:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.2-v12-lowest.yml b/.gitlab/pipeline/jobs/unit-php8.2-v12-lowest.yml index 7ef1a80..2a86d30 100644 --- a/.gitlab/pipeline/jobs/unit-php8.2-v12-lowest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.2-v12-lowest.yml @@ -1,6 +1,6 @@ unit-php8.2-v12-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php82:latest + image: ghcr.io/typo3/core-testing-php82:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.3-v11-highest.yml b/.gitlab/pipeline/jobs/unit-php8.3-v11-highest.yml index 1ae7f74..fa3e57e 100644 --- a/.gitlab/pipeline/jobs/unit-php8.3-v11-highest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.3-v11-highest.yml @@ -1,6 +1,6 @@ unit-php8.3-v11-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php83:latest + image: ghcr.io/typo3/core-testing-php83:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.3-v11-lowest.yml b/.gitlab/pipeline/jobs/unit-php8.3-v11-lowest.yml index 0c0a3b8..4f94d7c 100644 --- a/.gitlab/pipeline/jobs/unit-php8.3-v11-lowest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.3-v11-lowest.yml @@ -1,6 +1,6 @@ unit-php8.3-v11-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php83:latest + image: ghcr.io/typo3/core-testing-php83:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.3-v12-highest.yml b/.gitlab/pipeline/jobs/unit-php8.3-v12-highest.yml index a11e941..24338fe 100644 --- a/.gitlab/pipeline/jobs/unit-php8.3-v12-highest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.3-v12-highest.yml @@ -1,6 +1,6 @@ unit-php8.3-v12-highest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php83:latest + image: ghcr.io/typo3/core-testing-php83:latest stage: test needs: - build-composer-dependencies diff --git a/.gitlab/pipeline/jobs/unit-php8.3-v12-lowest.yml b/.gitlab/pipeline/jobs/unit-php8.3-v12-lowest.yml index 567980b..094565a 100644 --- a/.gitlab/pipeline/jobs/unit-php8.3-v12-lowest.yml +++ b/.gitlab/pipeline/jobs/unit-php8.3-v12-lowest.yml @@ -1,6 +1,6 @@ unit-php8.3-v12-lowest: extends: .default - image: ghcr.io/sbuerk/demo-core-testing-php83:latest + image: ghcr.io/typo3/core-testing-php83:latest stage: test needs: - build-composer-dependencies