From 580150950c5e70a688084b034b93ebe350680061 Mon Sep 17 00:00:00 2001 From: Lucas Vinicius Date: Fri, 7 Apr 2023 11:36:02 -0300 Subject: [PATCH] fix: Remove php version --- .github/workflows/run-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 50ddbd1..e7bd366 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -22,7 +22,6 @@ jobs: testbench: ^7.10 - laravel: 10.* testbench: ^8.0 - php: ^8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}