Skip to content

Commit 49ee076

Browse files
committed
Drop EOLed PHP 7.3
1 parent 298cafa commit 49ee076

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
php-version:
19-
- "7.3"
2019
- "7.4"
2120
- "8.0"
2221
- "8.1"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.3 || ~8.0.0 || ~8.1.0",
12+
"php": "^7.4 || ~8.0.0 || ~8.1.0",
1313
"ext-json": "*"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)