Skip to content

Commit eb23a43

Browse files
committed
walking back the cs ignore env vars in CI
1 parent 0174b17 commit eb23a43

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979

8080
env:
8181
SYMFONY_SKELETON_STABILITY: ${{ matrix.symfony-skeleton-stability }}
82-
PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.php-cs-fixer-ignore }}
8382

8483
strategy:
8584
matrix:
@@ -88,20 +87,16 @@ jobs:
8887
- '7.2'
8988
- '7.3'
9089
- '7.4'
91-
php-cs-fixer-ignore:
92-
- 'false'
9390
symfony-skeleton-stability:
9491
- 'stable'
9592
allow-failures: [false]
9693
include:
9794
- php-version: '7.4'
9895
symfony-skeleton-stability: 'dev'
9996
allow-failures: true
100-
php-cs-fixer-ignore: false
10197
- php-version: '8.0'
10298
symfony-skeleton-stability: 'dev'
10399
allow-failures: true
104-
php-cs-fixer-ignore: true
105100

106101
steps:
107102
- name: "Checkout code"

0 commit comments

Comments
 (0)