From 23c27add68728af6ded770b86ad847ae3434d64a Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Sat, 30 Nov 2024 15:10:07 +0100 Subject: [PATCH] test: add 8.4 to php-version tests matrix --- .github/workflows/tests.yml | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 17317287..a27c3e21 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: dependencies: [ "lowest", "locked", "highest" ] - php-version: [ "8.1", "8.2", "8.3" ] + php-version: [ "8.1", "8.2", "8.3", "8.4" ] operating-system: - "ubuntu-latest" # - "windows-latest" # TODO: Windows is not working in the CI at the moment for some reason diff --git a/composer.lock b/composer.lock index 925a6bf7..916008b2 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": "dbbaaee940218b8de73bbf05c57a55fc", + "content-hash": "f8591fdf36c6da098f94fb871b1ac519", "packages": [ { "name": "gacela-project/container",