File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,21 @@ jobs:
20
20
- ' 7.4'
21
21
- ' 8.0'
22
22
symfony-version :
23
- - ' 4.4'
24
- - ' 5.3'
25
- - ' 5.4'
23
+ - ' 4.4.* '
24
+ - ' 5.3.* '
25
+ - ' 5.4.* '
26
26
dependencies :
27
27
- ' lowest'
28
28
- ' highest'
29
29
remove-dependencies : [ '' ]
30
30
coverage : [ 'none' ]
31
31
include :
32
32
- php-version : ' 8.0'
33
- symfony-version : ' 5.3'
33
+ symfony-version : ' 5.3.* '
34
34
dependencies : ' lowest'
35
35
remove-dependencies : ' --dev symfony/validator doctrine/orm doctrine/annotations'
36
36
- php-version : ' 8.0'
37
- symfony-version : ' 5.3'
37
+ symfony-version : ' 5.3.* '
38
38
dependencies : ' lowest'
39
39
coverage : " pcov"
40
40
steps :
@@ -44,17 +44,14 @@ jobs:
44
44
- name : " Install PHP"
45
45
uses : " shivammathur/setup-php@v2"
46
46
with :
47
+ tools : flex
47
48
php-version : " ${{ matrix.php-version }}"
48
49
coverage : " ${{ matrix.coverage }}"
49
50
50
51
- name : " Change stability"
51
52
if : " matrix.stability != ''"
52
53
run : perl -pi -e 's/^}$/,"minimum-stability":"'"${{ matrix.minimum-stability }}"'"}/' composer.json && cat composer.json
53
54
54
- - name : " Symfony version"
55
- if : " matrix.symfony-version != ''"
56
- run : perl -pi -e 's#"(symfony/.*)":\s*".*\|\|.*"#"$1":"'"${{ matrix.symfony-version }}.*"'"#' composer.json && cat composer.json
57
-
58
55
- name : " Webonyx GraphQL version"
59
56
if : " matrix.graphql-version != ''"
60
57
run : composer require "webonyx/graphql-php:${{ matrix.graphql-version }}" --dev --no-update
67
64
68
65
with :
69
66
dependency-versions : ${{ matrix.dependencies }}
67
+ env :
68
+ SYMFONY_REQUIRE : " ${{ matrix.symfony-version }}"
70
69
71
70
- name : " Run tests"
72
71
run : composer test
88
87
- name : " Install PHP"
89
88
uses : " shivammathur/setup-php@v2"
90
89
with :
90
+ tools : flex
91
91
php-version : " 7.4"
92
92
93
93
- name : " Install dependencies"
You can’t perform that action at this time.
0 commit comments