Skip to content

Commit ccd201a

Browse files
committed
Removed older Laravel versions
1 parent 401d0b3 commit ccd201a

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

.github/workflows/ci.yml

+4-24
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,18 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: [7.4, 8.0, 8.1, 8.2]
14-
laravel: ['6.*', '7.*', '8.*', '9.*', '10.*', '11.*']
13+
php: [8.0, 8.1, 8.2]
14+
laravel: ['9.*', '10.*', '11.*']
1515
include:
16+
- laravel: 11.*
17+
testbench: 9.*
1618
- laravel: 10.*
1719
testbench: 8.*
1820
- laravel: 9.*
1921
testbench: 7.*
20-
- laravel: 8.*
21-
testbench: 6.*
22-
- laravel: 7.*
23-
testbench: 5.*
24-
- laravel: 6.*
25-
testbench: 4.*
26-
- laravel: 11.*
27-
testbench: 9.*
2822
exclude:
29-
- php: 7.4
30-
laravel: 9.*
31-
- php: 7.4
32-
laravel: 10.*
3323
- php: 8.0
3424
laravel: 10.*
35-
- php: 8.1
36-
laravel: 7.*
37-
- php: 8.1
38-
laravel: 6.*
39-
- php: 8.2
40-
laravel: 7.*
41-
- php: 8.2
42-
laravel: 6.*
43-
- laravel: 11.*
44-
php: 7.4
4525
- laravel: 11.*
4626
php: 8.0
4727
- laravel: 11.*

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.4|^8.0",
22-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
21+
"php": "^8.0",
22+
"illuminate/support": "^9.0|^10.0|^11.0",
2323
"league/openapi-psr7-validator": "^0.14|^0.15|^0.16|^0.17|^0.18|^0.19|^0.20|^0.21|^0.22",
2424
"nyholm/psr7": "^1.3",
2525
"symfony/psr-http-message-bridge": "^2.0|^7.0"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "4.*|5.*|6.*|7.*|^9.0",
28+
"orchestra/testbench": "7.*|^8.0|^9.0",
2929
"mockery/mockery": "^1.3.1",
3030
"phpunit/phpunit": "^9.0|^10.5",
3131
"fakerphp/faker": "^1.9.1"

0 commit comments

Comments
 (0)