From 46d10851af8175d952545935151b5beca003f991 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 18 Jun 2024 23:49:26 +0200 Subject: [PATCH] tested on PHP 8.4 --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3acb91d63..b3659e562 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] + php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] fail-fast: false diff --git a/composer.json b/composer.json index 2638a58f1..6de0d9c3c 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "7.1 - 8.3", + "php": "7.1 - 8.4", "ext-json": "*", "ext-tokenizer": "*" },