We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f563156 commit c2b7574Copy full SHA for c2b7574
1 file changed
src/Template/.github/workflows/phpcsfixer.yml
@@ -16,13 +16,9 @@ on:
16
17
jobs:
18
build:
19
- name: PHP ${{ matrix.php-versions }} Coding Standards
+ name: Coding Standards
20
runs-on: ubuntu-latest
21
if: "!contains(github.event.head_commit.message, '[ci skip]')"
22
- strategy:
23
- fail-fast: false
24
- matrix:
25
- php-versions: ['7.4', '8.0', '8.1']
26
27
steps:
28
- name: Checkout
@@ -31,7 +27,7 @@ jobs:
31
- name: Set up PHP
32
uses: shivammathur/setup-php@v2
33
29
with:
34
- php-version: ${{ matrix.php-versions }}
30
+ php-version: '8.1'
35
extensions: json, tokenizer
36
coverage: none
37
env:
0 commit comments