mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00

[TASK] Change the image to the official core testing image (#1462)

This commit is contained in:
bernd 2024-09-17 14:32:40 +02:00 committed by GitHub
parent fdace0a094
commit fb7b22a559
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 38 additions and 38 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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