Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 53e1008

Browse files
author
joselfonseca
committed
no PHP 7.3, 7.4 minimum
1 parent 2ccd67e commit 53e1008

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.0, 7.4, 7.3]
11+
php: [8.0, 7.4]
1212

1313
name: P${{ matrix.php }}
1414

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"php": ">=7.3",
28+
"php": ">=7.4",
2929
"fideloper/proxy": "^4.2",
3030
"fruitcake/laravel-cors": "^2.0",
3131
"guzzlehttp/guzzle": "^7.0.1",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)