Skip to content

Commit

Permalink
Remove support for Laravel 6 & 7, along with PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Mar 8, 2024
1 parent 95fe2ac commit 7f4a008
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,10 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, "8.0", 8.1, 8.2, 8.3]
laravel: [6, 7, 8, 9, 10, 11]
php: [7.3, 7.4, "8.0", 8.1, 8.2, 8.3]
laravel: [8, 9, 10, 11]
stability: ["prefer-lowest", "prefer-stable"]
exclude:
- php: 7.2
laravel: 8
- php: 7.2
laravel: 9
- php: 7.2
laravel: 10
- php: 7.2
laravel: 11
- php: 7.3
laravel: 9
- php: 7.3
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
}
},
"require": {
"php": "^7.2|~8.0.0|~8.1.0|~8.2.0|~8.3.0",
"php": "^7.3|~8.0.0|~8.1.0|~8.2.0|~8.3.0",
"ext-json": "*",
"laravel/framework": "^6.0|^7.0|^8.74|^9.0|^10.0|^11.0"
"laravel/framework": "^8.74|^9.0|^10.0|^11.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"orchestra/testbench": "^4.0|^5.0|^6.4|^7.0|^8.0|^9.0",
"orchestra/testbench": "^6.4|^7.0|^8.0|^9.0",
"mockery/mockery": "^1.3.3",
"phpunit/phpunit": "^8.0|^9.5.8|^10.4"
},
Expand Down

0 comments on commit 7f4a008

Please sign in to comment.