We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6e945 commit 04295e5Copy full SHA for 04295e5
.github/workflows/ci.yml
@@ -33,11 +33,11 @@ jobs:
33
- name: Composer
34
run: make composer
35
36
- - if: matrix.php == '7.4' && matrix.elastic == "7.12.1"
+ - if: matrix.php == '7.4' && matrix.elastic == '7.12.1'
37
name: Coding standard
38
run: make cs
39
40
41
name: PHPStan
42
run: make phpstan
43
0 commit comments