Skip to content

Commit 7725486

Browse files
committed
Drop support for PHP < 8.1
1 parent 2159c36 commit 7725486

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
11+
php: [8.1, 8.2, 8.3, 8.4]
1212

1313
steps:
1414
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"require": {
13-
"php": "^7.4 | ^8.0",
13+
"php": "^8.1",
1414
"phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | ^11 | ^12"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)