File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 6
6
path :
7
7
- " src"
8
8
- " tests"
9
-
10
- enabled :
11
- - short_array_syntax
Original file line number Diff line number Diff line change @@ -17,14 +17,13 @@ matrix:
17
17
fast_finish : true
18
18
include :
19
19
# Test with lowest dependencies
20
- - php : 7.1
20
+ - php : 7.3
21
21
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
22
22
23
23
# Test the latest stable release
24
- - php : 7.1
25
- - php : 7.2
26
24
- php : 7.3
27
- env : COVERAGE=true TEST_COMMAND="composer test-ci" DEPENDENCIES="henrikbjorn/phpspec-code-coverage:^1.0"
25
+ - php : 7.4
26
+ - php : 8.0snapshot
28
27
29
28
# Force some major versions of Symfony
30
29
- php : 7.3
@@ -35,7 +34,7 @@ matrix:
35
34
env : SYMFONY_REQUIRE="5"
36
35
37
36
# Latest commit to master
38
- - php : 7.3
37
+ - php : 8.0snapshot
39
38
env : STABILITY="dev"
40
39
41
40
allow_failures :
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " ^7.1 " ,
14
+ "php" : " ^7.3 || ^8.0 " ,
15
15
"symfony/stopwatch" : " ^3.4 || ^4.0 || ^5.0" ,
16
16
"php-http/client-common" : " ^1.9 || ^2.0"
17
17
},
18
18
"require-dev" : {
19
- "phpspec/phpspec" : " ^2.5 || ^3.0 || ^4 .0"
19
+ "phpspec/phpspec" : " ^7 .0"
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
You can’t perform that action at this time.
0 commit comments