Skip to content

Commit 8cba196

Browse files
committed
Remove support for PHP 7.4 and PHP 8.0
1 parent b2b886f commit 8cba196

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unit-tests.yml

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

1919
steps:
2020
- name: Checkout

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
16+
"php": "^~8.1.0 || ~8.2.0 || ~8.3.0"
1717
},
1818
"require-dev": {
19-
"friendsofphp/php-cs-fixer": "^3.35",
19+
"friendsofphp/php-cs-fixer": "^3.40",
2020
"phpstan/phpstan": "^1.10",
2121
"phpstan/phpstan-phpunit": "^1.3",
22-
"phpunit/phpunit": "^9 || ^10"
22+
"phpunit/phpunit": "^10.4"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)