From 5a9ddcebc88fcd6174447da51657f7fc7692e84e Mon Sep 17 00:00:00 2001 From: Jake Jackson Date: Wed, 13 Nov 2024 17:34:41 +1100 Subject: [PATCH] Mark as PHP8.4 compatible --- .github/workflows/unit-testing.yml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit-testing.yml b/.github/workflows/unit-testing.yml index 5fded4a..77c2384 100644 --- a/.github/workflows/unit-testing.yml +++ b/.github/workflows/unit-testing.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] + php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] include: - - php: '8.2' + - php: '8.3' report: true name: PHP ${{ matrix.php-versions }} PHPUnit Test diff --git a/composer.json b/composer.json index 5fc1970..950058b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "masterminds/html5": "^2.0" }, "autoload": {