Skip to content

Commit 7b0a946

Browse files
committed
make PHP 7.3 + > 8.0 testable
1 parent 782f29c commit 7b0a946

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['7.4', '8.0']
17+
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2']
1818

1919
steps:
2020
- uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
"ext-json": "*"
3232
},
3333
"require-dev": {
34-
"php": "^7.4 || ~8.0.3",
3534
"phpunit/phpunit" : "^9.5",
36-
"friendsofphp/php-cs-fixer": "^3.9",
35+
"friendsofphp/php-cs-fixer": "^3.4",
3736
"phpstan/phpstan": "^1.8"
3837
},
3938
"autoload": {

0 commit comments

Comments
 (0)