File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
- ' 7.2'
5
5
- ' 7.3'
6
6
- ' 7.4'
7
+ - ' 8.0'
8
+ jobs :
9
+ allow_failures :
10
+ - php : 8.0
7
11
8
12
before_script :
9
13
- composer install
10
14
11
- script : vendor/phpunit/phpunit/phpunit tests/ --whitelist src/ --coverage-clover build/coverage/xml
15
+ script : composer run test
12
16
13
17
after_script :
14
18
- php vendor/bin/codacycoverage clover build/coverage/xml
Original file line number Diff line number Diff line change 29
29
}
30
30
},
31
31
"require" : {
32
- "php" : " ^7.1" ,
32
+ "php" : " ^7.1 || ^8.0 " ,
33
33
"ext-json" : " *" ,
34
34
"psr/http-message" : " ^1.0" ,
35
35
"psr/http-client" : " ^1.0" ,
39
39
"phpunit/phpunit" : " ^7.5|^8.0" ,
40
40
"codacy/coverage" : " ^1.4"
41
41
},
42
+ "scripts" : {
43
+ "test" : " phpunit tests/ --whitelist src/ --coverage-clover build/coverage/xml"
44
+ },
42
45
"suggest" : {
43
46
"gmostafa/php-graphql-oqm" : " To have object-to-query mapping support"
44
47
}
You can’t perform that action at this time.
0 commit comments