From fd9827e7af8f3b47dc6db4b1c12bfeb6654dde4f Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 16 Nov 2022 17:22:45 +0100 Subject: [PATCH] PHP 8.1+ only --- .github/workflows/main.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f226a39..106b943 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: tag: ["amd64"] - php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"] + php: ["8.1", "8.2"] name: PHP ${{ matrix.php }} Test on ${{ matrix.tag }} steps: - name: Checkout diff --git a/composer.json b/composer.json index 58e1a0c..42f1aa1 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ } ], "require": { - "php": ">=7.0" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^8|^6", + "phpunit/phpunit": "^9", "amphp/php-cs-fixer-config": "dev-master" }, "autoload": {