Skip to content

Commit c2b7574

Browse files
committed
Limit CS Fixer Action to 8.1
1 parent f563156 commit c2b7574

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/Template/.github/workflows/phpcsfixer.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ on:
1616

1717
jobs:
1818
build:
19-
name: PHP ${{ matrix.php-versions }} Coding Standards
19+
name: Coding Standards
2020
runs-on: ubuntu-latest
2121
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']
2622

2723
steps:
2824
- name: Checkout
@@ -31,7 +27,7 @@ jobs:
3127
- name: Set up PHP
3228
uses: shivammathur/setup-php@v2
3329
with:
34-
php-version: ${{ matrix.php-versions }}
30+
php-version: '8.1'
3531
extensions: json, tokenizer
3632
coverage: none
3733
env:

0 commit comments

Comments
 (0)