Skip to content

Commit

Permalink
PHP 8.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodorozh committed Jul 22, 2024
1 parent 0b7a626 commit 8eb717d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: PHP 8.2 compatibility
run: composer sniffer:php8.2

- name: PHP 8.3 compatibility
run: composer sniffer:php8.3

Static-tests:
runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![PHP](https://img.shields.io/badge/php-8.0-blue)
![PHP](https://img.shields.io/badge/php-8.1-blue)
![PHP](https://img.shields.io/badge/php-8.2-blue)
![PHP](https://img.shields.io/badge/php-8.3-blue)
![composer](https://shields.io/badge/composer-v2-darkgreen)
![packagist](https://img.shields.io/badge/packagist-f28d1a)
![build](https://github.com/run-as-root/magento-cli-auto-proxy/actions/workflows/test_extension.yml/badge.svg)
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"sniffer:php8.0": "phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.0",
"sniffer:php8.1": "phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.1",
"sniffer:php8.2": "phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.2",
"sniffer:php8.3": "phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.3",
"phpstan": "phpstan",
"phpunit": "vendor/bin/phpunit -c phpunit.xml"
}
Expand Down

0 comments on commit 8eb717d

Please sign in to comment.