summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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