Skip to content

Commit 61c968d

Browse files
committed
chore: only run php-cs-fixer on PHP 7.4
1 parent 7ba9fa6 commit 61c968d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
1616
coverage: ['pcov']
17-
code-style: ['yes']
17+
code-style: ['no']
1818
code-analysis: ['no']
1919
include:
2020
- php-versions: '7.4'
@@ -23,7 +23,7 @@ jobs:
2323
code-analysis: 'yes'
2424
- php-versions: '8.5'
2525
coverage: 'pcov'
26-
code-style: 'yes'
26+
code-style: 'no'
2727
code-analysis: 'yes'
2828
steps:
2929
- name: Checkout

0 commit comments

Comments
 (0)