File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5454 - name : PHP 8.2 compatibility
5555 run : composer sniffer:php8.2
5656
57+ - name : PHP 8.3 compatibility
58+ run : composer sniffer:php8.3
59+
5760 Static-tests :
5861 runs-on : ubuntu-latest
5962
Original file line number Diff line number Diff line change 33![ PHP] ( https://img.shields.io/badge/php-8.0-blue )
44![ PHP] ( https://img.shields.io/badge/php-8.1-blue )
55![ PHP] ( https://img.shields.io/badge/php-8.2-blue )
6+ ![ PHP] ( https://img.shields.io/badge/php-8.3-blue )
67![ composer] ( https://shields.io/badge/composer-v2-darkgreen )
78![ packagist] ( https://img.shields.io/badge/packagist-f28d1a )
89![ 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 4646 "sniffer:php8.0" : " phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.0" ,
4747 "sniffer:php8.1" : " phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.1" ,
4848 "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" ,
4950 "phpstan" : " phpstan" ,
5051 "phpunit" : " vendor/bin/phpunit -c phpunit.xml"
5152 }
You can’t perform that action at this time.
0 commit comments