Skip to content

Commit

Permalink
Bump to PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Oct 31, 2020
1 parent 6ea66c5 commit 0b7b8f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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: [^8.0, ^7.0]
exclude:
- php: 7.2
laravel: ^8.0

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For a full list of available icons see [the SVG directory](resources/svg) or pre

## Requirements

- PHP 7.2 or higher
- PHP 7.3 or higher
- Laravel 7.14 or higher

## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^7.3|^8.0",
"blade-ui-kit/blade-icons": "^0.5.0",
"illuminate/support": "^7.14|^8.0"
},
Expand Down

0 comments on commit 0b7b8f2

Please sign in to comment.