Drop 7.3 from some CI steps

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/29286/head
Côme Chilliet 3 years ago
parent 4259391162
commit 54c933769f
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A

@ -7,7 +7,7 @@ steps:
commands: commands:
- git submodule update --init - git submodule update --init
- name: checkers - name: checkers
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6 image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
commands: commands:
- ./autotest-checkers.sh - ./autotest-checkers.sh
secrets: [ github_token ] secrets: [ github_token ]
@ -223,11 +223,6 @@ steps:
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
commands: commands:
- git submodule update --init - git submodule update --init
- name: nodb-php7.3
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
- name: nodb-php7.4 - name: nodb-php7.4
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3 image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
commands: commands:
@ -260,11 +255,6 @@ steps:
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
commands: commands:
- git submodule update --init - git submodule update --init
- name: sqlite-php7.3
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
- name: sqlite-php7.4 - name: sqlite-php7.4
image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3 image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
commands: commands:
@ -290,15 +280,15 @@ trigger:
--- ---
kind: pipeline kind: pipeline
name: mariadb10.1-php7.3 name: mariadb10.1-php7.4
steps: steps:
- name: submodules - name: submodules
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
commands: commands:
- git submodule update --init - git submodule update --init
- name: mariadb10.1-php7.3 - name: mariadb10.1-php7.4
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6 image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
commands: commands:
- bash tests/drone-run-php-tests.sh || exit 0 - bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@ -435,15 +425,15 @@ trigger:
--- ---
kind: pipeline kind: pipeline
name: postgres9.6-php7.3 name: postgres9.6-php7.4
steps: steps:
- name: submodules - name: submodules
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
commands: commands:
- git submodule update --init - git submodule update --init
- name: postgres-php7.3 - name: postgres-php7.4
image: ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6 image: ghcr.io/nextcloud/continuous-integration-php7.4:php7.4-3
commands: commands:
- bash tests/drone-run-php-tests.sh || exit 0 - bash tests/drone-run-php-tests.sh || exit 0
- sleep 10 # gives the database enough time to initialize - sleep 10 # gives the database enough time to initialize

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
php-versions: ['7.3', '7.4', '8.0', '8.1'] php-versions: ['7.4', '8.0', '8.1']
name: php${{ matrix.php-versions }} lint name: php${{ matrix.php-versions }} lint
steps: steps:
- name: Checkout - name: Checkout

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
php-versions: [ '7.3', '7.4', '8.0', '8.1'] php-versions: [ '7.4', '8.0', '8.1']
databases: [ 'oci' ] databases: [ 'oci' ]
name: php${{ matrix.php-versions }}-${{ matrix.databases }} name: php${{ matrix.php-versions }}-${{ matrix.databases }}

Loading…
Cancel
Save