Skip to content

Commit 04295e5

Browse files
authored
Update ci.yml
1 parent 1b6e945 commit 04295e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
- name: Composer
3434
run: make composer
3535

36-
- if: matrix.php == '7.4' && matrix.elastic == "7.12.1"
36+
- if: matrix.php == '7.4' && matrix.elastic == '7.12.1'
3737
name: Coding standard
3838
run: make cs
3939

40-
- if: matrix.php == '7.4' && matrix.elastic == "7.12.1"
40+
- if: matrix.php == '7.4' && matrix.elastic == '7.12.1'
4141
name: PHPStan
4242
run: make phpstan
4343

0 commit comments

Comments
 (0)