Skip to content

Commit 7af34b8

Browse files
author
Matthias Niess
committed
Drop support for EOL Laravel 8.*
1 parent eed18d3 commit 7af34b8

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [8.2, 8.1]
13-
laravel: [10.*, 9.*, 8.*]
13+
laravel: [10.*, 9.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 10.*
1717
testbench: 8.*
1818
- laravel: 9.*
1919
testbench: 7.*
20-
- laravel: 8.*
21-
testbench: ^6.23
2220

2321
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2422

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.1",
2020
"openspout/openspout": "^4.19",
21-
"illuminate/support": "^8.71|^9.0|^10.0"
21+
"illuminate/support": "^9.0|^10.0"
2222
},
2323
"require-dev": {
2424
"pestphp/pest-plugin-laravel": "^1.3",

0 commit comments

Comments
 (0)