Skip to content

Commit e9eb937

Browse files
authored
[TASK] Simplify the configuration for the static analysis CI job (MyIntervals#439)
1 parent 2299296 commit e9eb937

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,12 @@ jobs:
9393
strategy:
9494
fail-fast: false
9595
matrix:
96-
include:
97-
- command: sniffer
98-
php-version: '7.4'
99-
- command: fixer
100-
php-version: '7.4'
101-
- command: stan
102-
php-version: '7.4'
96+
command:
97+
- sniffer
98+
- fixer
99+
- stan
100+
php-version:
101+
- '7.4'
103102

104103
steps:
105104
- name: Checkout

0 commit comments

Comments
 (0)