summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-07-06 12:03:18 +0200
committerGitHub <noreply@github.com>2021-07-06 12:03:18 +0200
commit92164231cfaaee2f4d0dce182ff567840f5ab696 (patch)
tree61569062513639e382f9775cf8279f52004fd2e6
parent4efac51ded14cf907e2827264cc861f7f373d1a3 (diff)
Update lint-php-cs.yml
-rw-r--r--.github/workflows/lint-php-cs.yml5
1 files changed, 1 insertions, 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