From 2b9cb1dc1ec8e90cd0f06a1a3f2f6219653a9d5b Mon Sep 17 00:00:00 2001 From: wickedOne Date: Fri, 22 Nov 2024 07:22:38 +0100 Subject: [PATCH] php 8.4 support - added 8.4 support - optimised matrices --- .github/workflows/continuous-integration.yaml | 9 +++++---- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index b656b61..c9d182c 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -26,6 +26,7 @@ jobs: php-version: - "8.2" - "8.3" + - "8.4" operating-system: - "ubuntu-latest" steps: @@ -58,8 +59,7 @@ jobs: dependencies: - "locked" php-version: - - "8.2" - - "8.3" + - "8.4" operating-system: - "ubuntu-latest" @@ -95,8 +95,7 @@ jobs: dependencies: - "locked" php-version: - - "8.2" - - "8.3" + - "8.4" operating-system: - "ubuntu-latest" @@ -118,4 +117,6 @@ jobs: dependency-versions: "${{ matrix.dependencies }}" - name: "php cs fixer dry run" + env: + PHP_CS_FIXER_IGNORE_ENV: 1 run: "php-cs-fixer fix --dry-run --format=checkstyle | cs2pr" \ No newline at end of file diff --git a/composer.json b/composer.json index d400b13..750967f 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "testing" ], "require": { - "php": "~8.2.0 || ~8.3.0", + "php": "~8.2.0 || ~8.3.0 || ~8.4.0", "phpunit/phpunit": "~9.6.21" }, "license": "MIT", diff --git a/composer.lock b/composer.lock index 87cf284..46a9c46 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ae1df73384089f93621b7761af600272", + "content-hash": "8e9887f772b4ae4a0399f8eb2baf261a", "packages": [ { "name": "doctrine/instantiator", @@ -3820,7 +3820,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "~8.2.0 || ~8.3.0" + "php": "~8.2.0 || ~8.3.0 || ~8.4.0" }, "platform-dev": {}, "plugin-api-version": "2.6.0"