From 44b4a9b945047238ed8ea660e7aae70028483bb6 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 22 Mar 2024 18:35:56 +0100 Subject: [PATCH] adding php8.3 to workflows/composer --- .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 78325aa..946f26e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4.*', '8.0.*', '8.1.*', '8.2.*'] + php-versions: ['7.4.*', '8.0.*', '8.1.*', '8.2.*', '8.3.*'] steps: - uses: actions/checkout@v2 - name: Setup PHP diff --git a/composer.json b/composer.json index c389543..9455f43 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "squizlabs/php_codesniffer": "3.*" }, "require": { - "php": "7.4.* || 8.0.* || 8.1.* || 8.2.*", + "php": "7.4.* || 8.0.* || 8.1.* || 8.2.* || 8.3.*", "ext-xmlreader": "*", "ext-simplexml": "*", "ext-xmlwriter": "*",