From 04a103332704478f72c7d13a20ce8712bc476193 Mon Sep 17 00:00:00 2001 From: Serhii Petrov Date: Mon, 28 Oct 2024 22:39:01 +0200 Subject: [PATCH] Test against php 8.4 --- .github/workflows/run-integration-tests.yml | 2 +- .github/workflows/run-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index d89713e91..78f4d44a7 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -66,7 +66,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.3, 8.2, 8.1, 8.0] + php: [8.4, 8.3, 8.2, 8.1, 8.0] laravel: [11.*, 10.*, 9.*] exclude: - laravel: 10.* diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c2af099fb..7e4ea4077 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.3, 8.2, 8.1, 8.0] + php: [8.4, 8.3, 8.2, 8.1, 8.0] laravel: [^11, ^10, ^9] dependency-version: [prefer-stable] exclude: