From d19c45e41c37dadc328b65c44bf5b8b85fefad60 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Tue, 21 Feb 2023 15:21:34 +0300 Subject: [PATCH] Added tests for Laravel 10 --- .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 877ba3c..5d31158 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -10,7 +10,7 @@ jobs: fail-fast: true matrix: php: [ "8.1", "8.2" ] - laravel: [ "8.0", "9.0" ] + laravel: [ "8.0", "9.0", "10.0" ] prefer: [ "stable", "lowest" ] name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }} ${{ matrix.prefer }}