From 355a96303985219852766569595ce442ab3f11d6 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Mon, 20 Nov 2023 16:13:12 +0100 Subject: [PATCH] Add PHP 8.3 support, drop PHP < 8.2 --- .github/workflows/ci.yml | 8 ++++---- composer.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b0f22f..b5002dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php-version: - - "8.1" + - "8.2" steps: - uses: "actions/checkout@v4" @@ -40,11 +40,11 @@ jobs: strategy: matrix: php-version: - - "8.2" + - "8.3" code-coverage: - "none" include: - - php-version: "8.1" + - php-version: "8.2" code-coverage: "pcov" steps: @@ -78,7 +78,7 @@ jobs: strategy: matrix: php-version: - - "8.1" + - "8.2" steps: - uses: "actions/checkout@v4" diff --git a/composer.json b/composer.json index a12923f..e66a5b9 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0" + "php": "~8.2.0 || ~8.3.0" }, "require-dev": { "phpunit/phpunit": "^10.4.2", - "slam/php-cs-fixer-extensions": "^3.9" + "slam/php-cs-fixer-extensions": "^3.10" }, "autoload": { "files": [