From 71886e061972b72be62faaa0205136c676621680 Mon Sep 17 00:00:00 2001 From: David Adi Nugroho Date: Mon, 11 Dec 2023 15:52:44 +0700 Subject: [PATCH] fix typo --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80895c1..2674242 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,12 +12,12 @@ jobs: - laravel: 10.* php: 8.2 testbench: ^8.0 - monolog: ^3.0, + monolog: ^3.0 stability: prefer-stable - laravel: 9.* php: 8.1 testbench: ^7.0 - monolog: ^2.0, + monolog: ^2.0 stability: prefer-stable name: Laravel ${{ matrix.laravel }} with PHP ${{ matrix.php }} - ${{ matrix.stability }} steps: