From 92164231cfaaee2f4d0dce182ff567840f5ab696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 6 Jul 2021 12:03:18 +0200 Subject: Update lint-php-cs.yml --- .github/workflows/lint-php-cs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml index 42ac3bec..9aad5140 100644 --- a/.github/workflows/lint-php-cs.yml +++ b/.github/workflows/lint-php-cs.yml @@ -15,9 +15,6 @@ on: jobs: lint: runs-on: ubuntu-latest - strategy: - matrix: - php-versions: ["7.4"] name: php-cs @@ -28,7 +25,7 @@ jobs: - name: Set up php ${{ matrix.php-versions }} uses: shivammathur/setup-php@v2 with: - php-version: ${{ matrix.php-versions }} + php-version: "7.4" coverage: none - name: Install dependencies -- cgit v1.2.3