From 8c6af99cbe6ccdd5a970dd60b0887aa727ee48a8 Mon Sep 17 00:00:00 2001 From: mtvbrianking Date: Mon, 15 Apr 2024 21:32:28 +0300 Subject: [PATCH] fix typo --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b6ece56..f5b553e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -17,7 +17,7 @@ jobs: fail-fast: true matrix: php: [8.0, 8.1, '8.2'] - laravel: [^7.0, ^8.0, ^9.0, ^10.0, '11.0'] + laravel: [^7.0, ^8.0, ^9.0, ^10.0, '^11.0'] include: - laravel: ^10.0 testbench: ^8.0