From 131b8a17e515904d0e78b0560348e6a0c4af2439 Mon Sep 17 00:00:00 2001 From: "Thibault G." Date: Fri, 20 Dec 2024 09:48:09 +0000 Subject: [PATCH] chore: Update to PHP 8.4 --- .github/workflows/continuous-integration.yml | 8 +++++++- composer.json | 2 +- composer.lock | 8 ++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b6cbbe91..d2d3d01a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -64,6 +64,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" steps: - name: "Checkout" @@ -101,6 +102,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" dependencies: - "lowest" @@ -120,7 +122,7 @@ jobs: experimental: false - php-version: "8.4" dependencies: "highest" - experimental: true + experimental: false steps: - name: "Checkout" @@ -230,6 +232,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" dependencies: - "locked" @@ -276,6 +279,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" dependencies: - "highest" @@ -322,6 +326,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" dependencies: - "highest" @@ -375,6 +380,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" dependencies: - "highest" diff --git a/composer.json b/composer.json index e17792f3..a1df25fc 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "source": "https://github.com/browscap/browscap-php" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-json": "*", "guzzlehttp/guzzle": "^7.8.0", "league/flysystem": "^3.21.0", diff --git a/composer.lock b/composer.lock index fa4b2215..fb6e7dc6 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": "74cfc7d00efe15d1c10bf6d6f0e92389", + "content-hash": "16c7a412418fbd1a305259686c92e20d", "packages": [ { "name": "guzzlehttp/guzzle", @@ -4106,13 +4106,13 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-json": "*" }, - "platform-dev": [], + "platform-dev": {}, "plugin-api-version": "2.6.0" }