From 09b367e21e047f731ab611b80d1c5e33e70f45b8 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 13 Mar 2024 12:28:33 +0800 Subject: [PATCH] wip --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 63634c42..7e19f062 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,9 +34,9 @@ jobs: php: [8.1, 8.2, 8.3] laravel: [10, 11] stability: [prefer-lowest, prefer-stable] - exclude: - php: 8.1 - laravel: 11 + exclude: + - php: 8.1 + laravel: 11 name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - MySQL 5.7