From 0d3858f2b808f6020aea1de35e721bca7abc41c6 Mon Sep 17 00:00:00 2001 From: Maciej Koprek Date: Sat, 12 Oct 2024 21:08:46 +0200 Subject: [PATCH] Add support for PHP 8.4.0 --- .github/workflows/ci.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6c58887..31a52ae1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' steps: - name: Set up PHP diff --git a/composer.json b/composer.json index 333be9ac..2984f3fd 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ ], "homepage": "http://moneyphp.org", "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-bcmath": "*", "ext-filter": "*", "ext-json": "*"