diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7508c4b9..ae49cb96 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ "7.4", "8.0", "8.1" ] + php-versions: [ "8.0", "8.1" ] name: php${{ matrix.php-versions }} lint steps: - name: Checkout @@ -41,7 +41,7 @@ jobs: - name: Set up php uses: shivammathur/setup-php@master with: - php-version: 7.4 + php-version: 8.1 tools: composer:v1 coverage: none - name: Install dependencies diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 17caf9cd..029177af 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['8.0', '8.1'] server-versions: ['master'] services: diff --git a/.github/workflows/profile.yml b/.github/workflows/profile.yml index 8d206d3f..dd9cf264 100644 --- a/.github/workflows/profile.yml +++ b/.github/workflows/profile.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: [ '7.4', '8.0', '8.1' ] + php-version: [ '8.0', '8.1' ] nextcloud-version: [ 'master' ] name: php${{ matrix.php-version }} profiling services: diff --git a/composer.json b/composer.json index 851f3c4c..5ad88f44 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "classmap-authoritative": true, "autoloader-suffix": "SuspiciousLogin", "platform": { - "php": "7.4" + "php": "8.0" } }, "autoload" : { diff --git a/composer.lock b/composer.lock index a78fdcb8..cdaaccb9 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": "cc0aa305e0ed9b47cd3608e00ec52fe6", + "content-hash": "ed9cc4b2cf76c04bcde00ac6a74521ba", "packages": [ { "name": "amphp/amp", @@ -5277,7 +5277,7 @@ "platform": [], "platform-dev": [], "platform-overrides": { - "php": "7.4" + "php": "8.0" }, "plugin-api-version": "2.3.0" }