Skip to content

Commit fe5a116

Browse files
committed
remove end of life versions
1 parent b4b5775 commit fe5a116

File tree

2 files changed

+6
-26
lines changed

2 files changed

+6
-26
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,17 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest,]
12-
php: [8.1, 8.0, 7.4, 7.3, 7.2]
13-
laravel: [5.8.*, 6.*, 7.*, 8.*, 9.*]
12+
php: [8.1, 8.0, 7.4]
13+
laravel: [8.*, 9.*]
1414
dependency-version: [prefer-stable]
1515
include:
1616
- laravel: 9.*
1717
testbench: 7.*
1818
- laravel: 8.*
1919
testbench: 6.*
20-
- laravel: 7.*
21-
testbench: 5.*
22-
- laravel: 6.*
23-
testbench: 4.*
24-
- laravel: 5.8.*
25-
testbench: 3.8.*
2620
exclude:
2721
- laravel: 9.*
2822
php: 7.4
29-
- laravel: 9.*
30-
php: 7.3
31-
- laravel: 9.*
32-
php: 7.2
33-
- laravel: 8.*
34-
php: 7.2
35-
- laravel: 7.*
36-
php: 8.1
37-
- laravel: 6.*
38-
php: 8.1
39-
- laravel: 5.8.*
40-
php: 8.0
41-
- laravel: 5.8.*
42-
php: 8.1
4323

4424
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
4525

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2|^8.0",
20-
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0"
19+
"php": "^7.4|^8.0",
20+
"illuminate/support": "^8.0|^9.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0",
23+
"orchestra/testbench": "^6.0|^7.0",
2424
"pestphp/pest": "^1.22",
25-
"phpunit/phpunit": "^8.0|^9.0"
25+
"phpunit/phpunit": "^9.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)