From 05da86069bed6086050e6cc29ab147a943704ff7 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 13 Jun 2022 11:01:14 +0200 Subject: Drop PHP7.3 Signed-off-by: Christoph Wurst --- .github/workflows/lint-php.yml | 2 +- .github/workflows/test.yml | 2 +- appinfo/info.xml | 2 +- composer.json | 2 +- composer.lock | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index 514e71f..d8694ef 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -18,7 +18,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-lint diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9362ddc..232cfff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: nextcloud-version: [ 'master', 'stable23', 'stable22' ] db: ['sqlite'] include: - - php-versions: 7.3 + - php-versions: 7.4 nextcloud-versions: stable21 name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests diff --git a/appinfo/info.xml b/appinfo/info.xml index 1620792..e813ff2 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -17,7 +17,7 @@ https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/enter_challenge.png https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png - + diff --git a/composer.json b/composer.json index d9e1d8d..5da33ed 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "optimize-autoloader": true, "classmap-authoritative": true, "platform": { - "php": "7.3" + "php": "7.4" } } } diff --git a/composer.lock b/composer.lock index fb30f12..4308b44 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "25c12e8284b9f8fd62043b35a7800712", + "content-hash": "09c1164b62a5aafc78af669db767c688", "packages": [ { "name": "christian-riesen/base32", @@ -4671,7 +4671,7 @@ "platform": [], "platform-dev": [], "platform-overrides": { - "php": "7.3" + "php": "7.4" }, "plugin-api-version": "2.3.0" } -- cgit v1.2.3