File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 79
79
80
80
env :
81
81
SYMFONY_SKELETON_STABILITY : ${{ matrix.symfony-skeleton-stability }}
82
+ PHP_CS_FIXER_IGNORE_ENV : ${{ matrix.php-cs-fixer-ignore }}
82
83
83
84
strategy :
84
85
matrix :
@@ -87,16 +88,20 @@ jobs:
87
88
- ' 7.2.5'
88
89
- ' 7.3'
89
90
- ' 7.4'
91
+ php-cs-fixer-ignore :
92
+ - ' false'
90
93
symfony-skeleton-stability :
91
94
- ' stable'
92
95
allow-failures : [false]
93
96
include :
94
97
- php-version : ' 7.4'
95
98
symfony-skeleton-stability : ' dev'
96
99
allow-failures : true
100
+ php-cs-fixer-ignore : false
97
101
- php-version : ' 8.0'
98
102
symfony-skeleton-stability : ' dev'
99
103
allow-failures : true
104
+ php-cs-fixer-ignore : true
100
105
101
106
steps :
102
107
- name : " Checkout code"
@@ -143,7 +148,7 @@ jobs:
143
148
run : composer update
144
149
145
150
- if : matrix.php-version == '8.0'
146
- run : composer update --ignore-platform-reqs
151
+ run : composer update --ignore-platform-req=php
147
152
148
153
- name : " Install PHPUnit"
149
154
run : vendor/bin/simple-phpunit install
You can’t perform that action at this time.
0 commit comments