Skip to content

Commit 44a232a

Browse files
committed
chore(deps): drop support for Laravel 8
1 parent 313a785 commit 44a232a

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,11 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [8.0, 8.1, 8.2]
13-
laravel: [8.*, 9.*]
13+
laravel: [9.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
15-
exclude:
16-
- php: 8.1
17-
laravel: 8.*
18-
dependency-version: prefer-lowest
1915
include:
20-
- laravel: 8.*
21-
testbench: 6.*
2216
- laravel: 9.*
2317
testbench: 7.*
24-
#Testing php 8.1 with Laravel 8.74 as its lowest
25-
- php: 8.1
26-
laravel: ^8.74
27-
dependency-version: prefer-lowest
28-
testbench: 6.*
2918

3019
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3120

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20-
"illuminate/console": "^8.0|^9.0",
21-
"illuminate/support": "^8.0|^9.0"
20+
"illuminate/console": "^9.0",
21+
"illuminate/support": "^9.0"
2222
},
2323
"require-dev": {
2424
"mockery/mockery": "^1.4",
25-
"orchestra/testbench": "^6.0|^7.0",
25+
"orchestra/testbench": "^7.0",
2626
"phpunit/phpunit": "^9.3.3",
2727
"squizlabs/php_codesniffer": "^3.6"
2828
},

0 commit comments

Comments
 (0)