From ee3b0b7f8013801439945a9c93dd7ae5faea56dd Mon Sep 17 00:00:00 2001 From: Christoffer Lindahl Hassel Date: Thu, 2 Jan 2025 11:22:16 +0100 Subject: [PATCH] Add PHP 8.3 support. Fixes #61 --- .github/workflows/ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dd2959..6cc05cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ "8.0", "8.1", "8.2" ] + php: [ "8.0", "8.1", "8.2", "8.3" ] runs-on: ubuntu-latest name: PHP@${{ matrix.php }} diff --git a/composer.json b/composer.json index 92824fb..9123bc8 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } }, "require": { - "php": "8.0.* | 8.1.* | 8.2.*", + "php": "8.0.* | 8.1.* | 8.2.* | 8.3.*", "php-di/phpdoc-reader": "^2.1" }, "require-dev": {