diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 804cc6dfe3bd..d743637eaec7 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.3', '7.4', '8.0'] + php-versions: ['7.3', '7.4'] env: DB_DATABASE1: ninja DB_USERNAME1: root diff --git a/composer.json b/composer.json index ccb68c9a9661..ae7d7823aa9a 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ ], "type": "project", "require": { - "php": "^7.3|^7.4|^8", + "php": "^7.3|^7.4", "ext-json": "*", "asgrim/ofxparser": "^1.2", "authorizenet/authorizenet": "^2.0", @@ -52,7 +52,7 @@ "league/flysystem-aws-s3-v3": "~1.0", "league/flysystem-cached-adapter": "^1.1", "league/fractal": "^0.17.0", - "league/omnipay": "^3.0", + "league/omnipay": "^3", "livewire/livewire": "^2.0", "maennchen/zipstream-php": "^1.2", "nwidart/laravel-modules": "^8.0", diff --git a/composer.lock b/composer.lock index 3f28a76109c2..ad280ddbd6d4 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": "4b6a413f1316b8afef90d5a411e7d155", + "content-hash": "aeacc9e2738ddc41353c497c14feadb0", "packages": [ { "name": "asgrim/ofxparser", @@ -13887,7 +13887,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^7.3|^7.4|^8", + "php": "^7.3|^7.4", "ext-json": "*" }, "platform-dev": [],