Skip to content

Commit d6aba70

Browse files
committed
build: drop PHP 7 support
1 parent 46b7aae commit d6aba70

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Diff for: .github/workflows/tests.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,22 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [7.4, '8.0', 8.1, 8.2, 8.3]
14+
php: ['8.0', 8.1, 8.2, 8.3]
1515
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*']
1616
stability: [prefer-stable]
1717
exclude:
1818
- laravel: 8.*
1919
php: 8.2
2020
- laravel: 8.*
2121
php: 8.3
22-
- laravel: 9.*
23-
php: 7.4
2422
- laravel: 9.*
2523
php: 8.3
26-
- laravel: 10.*
27-
php: 7.4
2824
- laravel: 10.*
2925
php: '8.0'
30-
- laravel: 11.*
31-
php: 7.4
3226
- laravel: 11.*
3327
php: '8.0'
3428
- laravel: 11.*
3529
php: 8.1
36-
- laravel: 12.*
37-
php: 7.4
3830
- laravel: 12.*
3931
php: '8.0'
4032
- laravel: 12.*

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.",
55
"require": {
6-
"php": "^7.4|^8.0",
6+
"php": "^8.0",
77
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
88
"swisnl/json-api-client": "^2.0"
99
},

0 commit comments

Comments
 (0)