From be8b2909746360739b3ac73c67f9e4bfdf532151 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Tue, 25 Jan 2022 13:55:15 +0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f80b836..af2d468 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,12 +13,11 @@ on: jobs: phpunit: - name: Tests (Pest) L${{ matrix.laravel }} + name: Tests (PHPUnit) L${{ matrix.laravel }} strategy: matrix: laravel: [6, 8, 9] - name: Tests (PHPUnit) runs-on: ubuntu-latest steps: