Skip to content

Commit

Permalink
[TASK] Simplify the configuration for the static analysis CI job (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Feb 4, 2024
1 parent 2299296 commit e9eb937
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 e9eb937

Please sign in to comment.