Skip to content

Commit

Permalink
Drop PHP 7.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Oct 31, 2020
1 parent a7b5b2a commit b36f216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, 8.0]
php: [7.3, 7.4, 8.0]
laravel: [^7.0, ^8.0]
exclude:
- php: 7.2
laravel: ^8.0

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^7.3|^8.0",
"illuminate/contracts": "^7.14|^8.0",
"illuminate/filesystem": "^7.14|^8.0",
"illuminate/support": "^7.14|^8.0",
Expand Down

0 comments on commit b36f216

Please sign in to comment.