File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 51
51
- name : PHP 8.1 compatibility
52
52
run : composer sniffer:php8.1
53
53
54
+ - name : PHP 8.2 compatibility
55
+ run : composer sniffer:php8.2
56
+
54
57
Static-tests :
55
58
runs-on : ubuntu-latest
56
59
Original file line number Diff line number Diff line change 2
2
![ PHP] ( https://img.shields.io/badge/php-7.4-blue )
3
3
![ PHP] ( https://img.shields.io/badge/php-8.0-blue )
4
4
![ PHP] ( https://img.shields.io/badge/php-8.1-blue )
5
+ ![ PHP] ( https://img.shields.io/badge/php-8.2-blue )
5
6
![ composer] ( https://shields.io/badge/composer-v2-darkgreen )
6
7
![ packagist] ( https://img.shields.io/badge/packagist-f28d1a )
7
8
![ build] ( https://github.com/run-as-root/magento-cli-auto-proxy/actions/workflows/test_extension.yml/badge.svg )
@@ -44,7 +45,7 @@ composer req run_as_root/magento-cli-auto-proxy:^1
44
45
45
46
- [x] MVP release
46
47
- [x] Documentation
47
- - [x] PHP 8 support (most likely supported already :suspect: )
48
+ - [x] PHP 8 support
48
49
- [x] Unit tests coverage
49
50
- [ ] Static tests coverage
50
51
- [ ] php linting
Original file line number Diff line number Diff line change 45
45
"sniffer:php7.4" : " phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 7.4" ,
46
46
"sniffer:php8.0" : " phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.0" ,
47
47
"sniffer:php8.1" : " phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.1" ,
48
+ "sniffer:php8.2" : " phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.2" ,
48
49
"phpstan" : " phpstan" ,
49
50
"phpunit" : " vendor/bin/phpunit -c phpunit.xml"
50
51
}
You can’t perform that action at this time.
0 commit comments