Skip to content

Commit 5d1e03b

Browse files
committed
Drop support + testing for PHP 7.3
1 parent 7475568 commit 5d1e03b

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [ 7.3, 7.4, 8.0, 8.1, 8.2 ]
17+
php: [ 7.4, 8.0, 8.1, 8.2 ]
1818
laravel: [ 8.*, 9.*, 10.* ]
1919
guzzle: [ 6.*, 7.* ]
2020
dependency-version: [ prefer-lowest, prefer-stable ]
@@ -34,9 +34,6 @@ jobs:
3434
php: 8.1
3535
dependency-version: prefer-lowest
3636

37-
- laravel: 9.*
38-
php: 7.3
39-
4037
- laravel: 9.*
4138
php: 7.4
4239

@@ -54,8 +51,6 @@ jobs:
5451
dependency-version: prefer-lowest
5552

5653
# Laravel 10 requires PHP 8.1
57-
- laravel: 10.*
58-
php: 7.3
5954
- laravel: 10.*
6055
php: 7.4
6156
- laravel: 10.*

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.3|^8.0",
13+
"php": "^7.4|^8.0",
1414
"illuminate/support": "^8.0|^9.0|^10",
1515
"illuminate/filesystem": "^8.0|^9.0|^10",
1616
"illuminate/console": "^8.0|^9.0|^10",

0 commit comments

Comments
 (0)