Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/.default.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php7.4-v11-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php7.4-v11-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.0-v11-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.0-v11-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.1-v11-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.1-v11-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.1-v12-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.1-v12-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.2-v11-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.2-v11-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.2-v12-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.2-v12-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.3-v11-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.3-v11-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.3-v12-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/func-php8.3-v12-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/php-lint-php7.4.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/php-lint-php8.0.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/php-lint-php8.1.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/php-lint-php8.2.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/php-lint-php8.3.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php7.4-v11-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php7.4-v11-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.0-v11-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.0-v11-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.1-v11-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.1-v11-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.1-v12-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.1-v12-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.2-v11-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.2-v11-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.2-v12-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.2-v12-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.3-v11-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.3-v11-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.3-v12-highest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/unit-php8.3-v12-lowest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down