File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- php-versions : ['8.0', '8.1']
15+ php-versions : ['7.4', ' 8.0', '8.1']
1616 composer-flags : ['', '--prefer-lowest']
1717 steps :
1818 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1- [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%208.0-8892BF )] ( https://php.net/ )
1+ [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%207.4-8892BA )] ( https://php.net/ )
22![ Run tests] ( https://github.com/123inkt/php-codesniffer-baseline/workflows/Run%20checks/badge.svg )
33
44# PHP_Codesniffer baseline
Original file line number Diff line number Diff line change 1212 }
1313 },
1414 "require" : {
15- "php" : " >=8.0 " ,
15+ "php" : " >=7.4 " ,
1616 "composer-plugin-api" : " ^1.0 || ^2.0" ,
17- "squizlabs/php_codesniffer" : " ^3.6"
17+ "squizlabs/php_codesniffer" : " ^3.6" ,
18+ "symfony/polyfill-php80" : " ^1.15"
1819 },
1920 "require-dev" : {
2021 "composer/composer" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments