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 12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- php-versions : ['8.0', '8.1']
15
+ php-versions : ['7.4', ' 8.0', '8.1']
16
16
composer-flags : ['', '--prefer-lowest']
17
17
steps :
18
18
- 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/ )
2
2
![ Run tests] ( https://github.com/123inkt/php-codesniffer-baseline/workflows/Run%20checks/badge.svg )
3
3
4
4
# PHP_Codesniffer baseline
Original file line number Diff line number Diff line change 12
12
}
13
13
},
14
14
"require" : {
15
- "php" : " >=8.0 " ,
15
+ "php" : " >=7.4 " ,
16
16
"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"
18
19
},
19
20
"require-dev" : {
20
21
"composer/composer" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments