File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2929 strategy :
3030 matrix :
3131 os : [ macos-latest, ubuntu-latest, windows-latest ]
32- php-version : [ '7.4' ]
32+ php-version : [ '7.4', '8.0' ]
3333 include :
3434 - os : ubuntu-latest
3535 php-version : ' 7.2'
3838 php-version : ' 7.2'
3939 - os : ubuntu-latest
4040 php-version : ' 7.3'
41- - os : ubuntu-latest
42- php-version : ' 8.0'
43- composer_flags : ' --ignore-platform-reqs'
4441
4542 runs-on : ${{ matrix.os }}
4643
Original file line number Diff line number Diff line change 11# CHANGELOG for PHP CS Fixer: custom fixers
22
33## v2.4.0 - [ Unreleased]
4+ - Allow PHP 8
45- Update PHP CS Fixer to v2.17
56- Deprecate NoUselessSprintfFixer - use "no_useless_sprintf"
67- Deprecate OperatorLinebreakFixer - use "operator_linebreak"
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^7.2" ,
13+ "php" : " ^7.2 || ^8.0 " ,
1414 "ext-tokenizer" : " *" ,
1515 "friendsofphp/php-cs-fixer" : " ^2.17" ,
1616 "symfony/finder" : " ^3.0 || ^4.0 || ^5.0"
You can’t perform that action at this time.
0 commit comments