From dbb6ef5e47ea72555ed677cd03af85249d36e7e0 Mon Sep 17 00:00:00 2001 From: Jeremiasz Major Date: Fri, 22 Nov 2024 21:25:44 +0100 Subject: [PATCH] support PHP 8.4 --- .github/workflows/ci.yml | 4 ++-- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c1cb40..25aed1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.2', '8.3'] + php: ['8.2', '8.3', '8.4'] laravel: ['11.*'] stability: [prefer-lowest, prefer-stable] @@ -52,7 +52,7 @@ jobs: - php: '8.2' laravel: '11.*' stability: prefer-lowest - - php: '8.3' + - php: '8.4' laravel: '11.*' stability: prefer-stable diff --git a/composer.json b/composer.json index 6d64027..e83f371 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ ], "homepage": "https://github.com/jrmajor/laravel-fluent", "require": { - "php": "8.2 - 8.3", + "php": "8.2 - 8.4", "jrmajor/fluent": "^1.0", "laravel/framework": "^11.0" }, diff --git a/composer.lock b/composer.lock index 2ab55b0..e05bbab 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": "511feb7d41e644178909e46a0b5d1b6c", + "content-hash": "17ac272f52730439325d879058789f16", "packages": [ { "name": "brick/math", @@ -9763,7 +9763,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "8.2 - 8.3" + "php": "8.2 - 8.4" }, "platform-dev": {}, "plugin-api-version": "2.6.0"