Skip to content

Commit 11e2f3c

Browse files
authored
Merge pull request #74 from stof/bump_min_php
Drop support for PHP 8.1 and older
2 parents 89f91b0 + aaf870a commit 11e2f3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
37+
php: ['8.2', '8.3', '8.4', '8.5']
3838
min_stability: ['']
3939
name_suffix: ['']
4040
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.3 || ^8",
15+
"php": "^8.2",
1616
"phpspec/prophecy": "^1.18",
1717
"phpunit/phpunit":"^9.1 || ^10.1 || ^11.0 || ^12.0 || ^13.0"
1818
},

0 commit comments

Comments
 (0)