Skip to content

Commit

Permalink
Drop support for php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siebsie23 committed Jan 24, 2024
1 parent 688ded0 commit 811d53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*]
stability: [prefer-stable]
exclude:
- php: 8.0
laravel: 10.*
include:
- laravel: 10.*
testbench: 8.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://github.com/siebsie23/laravel-mailbox",
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.1",
"illuminate/container": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/log": "^9.0|^10.0",
Expand Down

0 comments on commit 811d53a

Please sign in to comment.