From 818dafc9459c6fbc21859cee48ccd9498d382ebd Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Fri, 13 Oct 2023 08:35:59 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- .github/workflows/browser-tests.yml | 4 +++- .github/workflows/tests.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 3f94f2108..a073ee667 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -18,7 +18,7 @@ jobs: fail-fast: true matrix: php: ['8.0', 8.1, 8.2, 8.3] - laravel: [9, 10] + laravel: [9, 10, 11] phpunit: [9, 10] exclude: - php: '8.0' @@ -27,6 +27,8 @@ jobs: phpunit: 10 - php: 8.3 laravel: 9 + - laravel: 11 + phpunit: 9 - laravel: 9 phpunit: 10 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ccf332da8..984a5976f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,6 +31,8 @@ jobs: phpunit: 10 - php: 8.3 laravel: 9 + - laravel: 11 + phpunit: 9 - laravel: 9 phpunit: 10