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

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-13 15:56:06 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-13 17:30:27 +0300
commit2fb77485fd214e214464ffb02253f169e7cec629 (patch)
tree139fb53c4de20147e14db679379ed2cc8bf140db /.github
parent7bcf0fbbbbc4322c7580bc42c8596973aea4aecb (diff)
Drop PHP7.3 support
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/php-test.yml4
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index cfeec97c..55f498cd 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
+ php-versions: ['7.4', '8.0', '8.1', '8.2']
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout
diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml
index 1ba3fd38..b8d2a931 100644
--- a/.github/workflows/php-test.yml
+++ b/.github/workflows/php-test.yml
@@ -11,11 +11,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ['7.3', '7.4']
+ php-versions: ['7.4']
nextcloud-versions: ['stable22', 'stable23']
include:
- - php-versions: '7.3'
- nextcloud-versions: 'stable20'
- php-versions: '7.4'
nextcloud-versions: 'stable24'
- php-versions: '8.0'