Skip to content

Commit

Permalink
[TASK] Simplify the configuration for the static analysis CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Feb 3, 2024
1 parent 9d6c1d8 commit cf14076
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,12 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- command: sniffer
php-version: '7.4'
- command: fixer
php-version: '7.4'
- command: stan
php-version: '7.4'
command:
- sniffer
- fixer
- stan
php-version:
- '7.4'

steps:
- name: Checkout
Expand Down

0 comments on commit cf14076

Please sign in to comment.