From a16c9d43048d524cb778d001c6236e4f7e968a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nikolaou?= Date: Sat, 26 Feb 2022 18:56:03 +0200 Subject: [PATCH] Add Laravel 9.0 to test workflows --- .github/workflows/tests-php8.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-php8.yml b/.github/workflows/tests-php8.yml index 4d6914b..fd68ee4 100644 --- a/.github/workflows/tests-php8.yml +++ b/.github/workflows/tests-php8.yml @@ -12,8 +12,10 @@ jobs: fail-fast: true matrix: php: [8.1, 8.0] - laravel: [^8.0, '^7.0', ^6.0] + laravel: [^9.0, ^8.0, '^7.0', ^6.0] include: + - laravel: ^9.0 + testbench: ^7.0 - laravel: ^8.0 testbench: ^6.0 - laravel: ^7.0