From 866be4ac76686ea190a55b5252b9d21ddfe63a0b Mon Sep 17 00:00:00 2001 From: 514sid <140138716+514sid@users.noreply.github.com> Date: Sun, 3 Sep 2023 11:17:10 +0400 Subject: [PATCH] php ^8.1 version --- .github/workflows/php.yml | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index ee965bd..0957990 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.0', '8.1', '8.2' ] + php: [ '8.1', '8.2' ] steps: - uses: actions/checkout@v3 diff --git a/composer.json b/composer.json index 3ee36dc..017abb7 100644 --- a/composer.json +++ b/composer.json @@ -14,11 +14,11 @@ } }, "require": { - "php": "^8.0" + "php": "^8.1" }, "require-dev": { - "phpunit/phpunit": "^9.5|^10.1", - "orchestra/testbench": "^7.0|^8.0" + "phpunit/phpunit": "^10.1", + "orchestra/testbench": "^8.8" }, "scripts": { "tests": "phpunit",