File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 54
54
- name : PHP 8.2 compatibility
55
55
run : composer sniffer:php8.2
56
56
57
+ - name : PHP 8.3 compatibility
58
+ run : composer sniffer:php8.3
59
+
57
60
Static-tests :
58
61
runs-on : ubuntu-latest
59
62
Original file line number Diff line number Diff line change 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
5
![ PHP] ( https://img.shields.io/badge/php-8.2-blue )
6
+ ![ PHP] ( https://img.shields.io/badge/php-8.3-blue )
6
7
![ composer] ( https://shields.io/badge/composer-v2-darkgreen )
7
8
![ packagist] ( https://img.shields.io/badge/packagist-f28d1a )
8
9
![ build] ( https://github.com/run-as-root/magento-cli-auto-proxy/actions/workflows/test_extension.yml/badge.svg )
Original file line number Diff line number Diff line change 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
48
"sniffer:php8.2" : " phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.2" ,
49
+ "sniffer:php8.3" : " phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.3" ,
49
50
"phpstan" : " phpstan" ,
50
51
"phpunit" : " vendor/bin/phpunit -c phpunit.xml"
51
52
}
You can’t perform that action at this time.
0 commit comments