From 992db184198d0cda28b9a7033d0c6caafa3c06f9 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 17 Jan 2025 13:36:36 +0300 Subject: [PATCH] Added tests for PHP 8.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 16646c41..61389c88 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -10,7 +10,7 @@ jobs: fail-fast: true matrix: os: [ "ubuntu", "macos" ] - php: [ "8.1", "8.2", "8.3" ] + php: [ "8.1", "8.2", "8.3", "8.4" ] laravel: [ "10.0", "11.0" ] exclude: - laravel: "11.0"