File tree Expand file tree Collapse file tree 3 files changed +2
-51
lines changed
Expand file tree Collapse file tree 3 files changed +2
-51
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,14 @@ jobs:
3333 - name : Composer
3434 run : make composer
3535
36- - if : matrix.php == '7.4'
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'
40+ - if : matrix.php == '7.4' && matrix.elastic == "7.12.1"
4141 name : PHPStan
4242 run : make phpstan
4343
4444 - if : matrix.php == '7.4'
4545 name : Tests
4646 run : make tests
47-
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# ElasticQuery
22Elastic documentation converted to php objects for easy using.
33
4- [ ![ Build Status] ( https://travis-ci.org/Spameri/ElasticQuery.svg?branch=master )] ( https://travis-ci.org/Spameri/ElasticQuery )
5-
64Installation
75------------
86
You can’t perform that action at this time.
0 commit comments