Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-02-01 12:50:28 +0300
committerGitHub <noreply@github.com>2022-02-01 12:50:28 +0300
commitd635d58d19d5ab65c0be754fc32fce99672c249f (patch)
tree4b9dc1074213fbcce52ae1d1b191c9a801437bf3 /.github
parent16521e9f7c23f255043fac8457fa104ea42b31d0 (diff)
parent910e1aa8e63deb799d91c7d7a331439f3c593f17 (diff)
Merge pull request #29286 from nextcloud/enhancement/drop-php-7-3
Drop PHP7.3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/oci.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index df24664ab8f..eb117a2ab9a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
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
steps:
- name: Checkout
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index 4fcfc7ff04e..8d09578cf4e 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- php-versions: [ '7.3', '7.4', '8.0', '8.1']
+ php-versions: [ '7.4', '8.0', '8.1']
databases: [ 'oci' ]
name: php${{ matrix.php-versions }}-${{ matrix.databases }}