Skip to content

Commit

Permalink
Drop support for EOL Laravel 8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Niess committed Nov 9, 2023
1 parent eed18d3 commit 7af34b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ jobs:
fail-fast: true
matrix:
php: [8.2, 8.1]
laravel: [10.*, 9.*, 8.*]
laravel: [10.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: ^6.23

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^8.1",
"openspout/openspout": "^4.19",
"illuminate/support": "^8.71|^9.0|^10.0"
"illuminate/support": "^9.0|^10.0"
},
"require-dev": {
"pestphp/pest-plugin-laravel": "^1.3",
Expand Down

0 comments on commit 7af34b8

Please sign in to comment.