Skip to content

Commit 83ec067

Browse files
committed
Drop everything below PHP 7.4
1 parent e3516ae commit 83ec067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: "!contains(github.event.head_commit.message, '[ci skip]')"
99
strategy:
1010
matrix:
11-
php: ['7.2', '7.3', '7.4', '8.0']
11+
php: ['7.4', '8.0']
1212
name: PHP ${{ matrix.php }}
1313
steps:
1414
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "LGPL-3.0",
66
"require": {
7-
"php": "^7.2 || ^8.0",
7+
"php": "^7.4 || ^8.0",
88
"php-64bit": "*"
99
},
1010
"require-dev": {

0 commit comments

Comments
 (0)