update CI images

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2022-04-07 23:34:56 +02:00
parent 95923ddbff
commit baf5c82c2c
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 12 additions and 29 deletions

View File

@ -3,7 +3,7 @@ name: check-same-code-base
steps:
- name: check-same-code-base
image: nextcloudci/php8.0:php8.0-1
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
commands:
- make check-same-code-base
@ -21,7 +21,7 @@ name: php73-cli
steps:
- name: php73-cli
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:latest
commands:
- make test-cli
@ -39,7 +39,7 @@ name: php74-cli
steps:
- name: php74-cli
image: nextcloudci/php7.4:php7.4-3
image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-cli
@ -56,7 +56,7 @@ name: php73-stable19
steps:
- name: php73-stable19
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:latest
commands:
- make test-stable19
@ -74,7 +74,7 @@ name: php74-stable19
steps:
- name: php74-stable19
image: nextcloudci/php7.4:php7.4-3
image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-stable19
@ -92,7 +92,7 @@ name: php73-stable20
steps:
- name: php73-stable20
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:latest
commands:
- make test-stable20
@ -110,7 +110,7 @@ name: php74-stable20
steps:
- name: php74-stable20
image: nextcloudci/php7.4:php7.4-3
image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-stable20
@ -128,7 +128,7 @@ name: php73-stable21
steps:
- name: php73-stable21
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:latest
commands:
- make test-stable21
@ -146,7 +146,7 @@ name: php74-stable21
steps:
- name: php74-stable21
image: nextcloudci/php7.4:php7.4-3
image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-stable21
@ -164,7 +164,7 @@ name: php80-stable21
steps:
- name: php80-stable21
image: nextcloudci/php8.0:php8.0-1
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
commands:
- make test-stable21
@ -178,28 +178,11 @@ trigger:
---
kind: pipeline
name: php73-master
steps:
- name: php73-master
image: nextcloudci/php7.3:php7.3-2
commands:
- make test-master
trigger:
branch:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
name: php74-master
steps:
- name: php74-master
image: nextcloudci/php7.4:php7.4-2
image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-master
@ -217,7 +200,7 @@ name: php80-master
steps:
- name: php80-master
image: nextcloudci/php8.0:php8.0-1
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
commands:
- make test-master