From b00021420a3d16dab5ac10be5e4bc95325d968b1 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Tue, 19 Nov 2024 13:22:32 +0100 Subject: [PATCH] gha: test on PHP 8.4 --- .github/workflows/integration_tests.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 050862c5..6b0cfc1f 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3, 8.4] laravel: [^10.0, ^11.0] exclude: - php: 8.1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7bc187e6..2bcd52b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3, 8.4] laravel: [^10.0, ^11.0] stability: [prefer-lowest, prefer-stable] exclude: