From 766bd1d292615bcd9752c5f30e8df7f52112f460 Mon Sep 17 00:00:00 2001 From: circle33 Date: Fri, 3 Jan 2025 07:11:45 +0000 Subject: [PATCH] feat: test it can compatible with php8.4 --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index f37e89a..d376381 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php_version: [8.1, 8.2, 8.3] + php_version: [8.1, 8.2, 8.3, 8.4] laravel_version: [10.*, 11.*] stability: [prefer-lowest, prefer-stable] include: