We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8483862 commit 2660379Copy full SHA for 2660379
3 files changed
.github/workflows/ci.yml
@@ -33,15 +33,14 @@ jobs:
33
- name: Composer
34
run: make composer
35
36
- - if: matrix.php == '7.4'
+ - 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
44
- if: matrix.php == '7.4'
45
name: Tests
46
run: make tests
47
-
.travis.yml
README.md
@@ -1,8 +1,6 @@
1
# ElasticQuery
2
Elastic documentation converted to php objects for easy using.
3
4
-[](https://travis-ci.org/Spameri/ElasticQuery)
5
6
Installation
7
------------
8
0 commit comments