Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Spamercz authored May 17, 2021
1 parent 1b6e945 commit 04295e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Composer
run: make composer

- if: matrix.php == '7.4' && matrix.elastic == "7.12.1"
- if: matrix.php == '7.4' && matrix.elastic == '7.12.1'
name: Coding standard
run: make cs

- if: matrix.php == '7.4' && matrix.elastic == "7.12.1"
- if: matrix.php == '7.4' && matrix.elastic == '7.12.1'
name: PHPStan
run: make phpstan

Expand Down

0 comments on commit 04295e5

Please sign in to comment.