File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 operating-system : [ubuntu-latest, windows-latest, macos-latest]
10- php-versions : ['7.2', '7. 3', '7.4']
10+ php-versions : ['7.3', '7.4']
1111 dependency-version : [prefer-lowest, prefer-stable]
12- laravel : ['7.6.0']
12+ laravel : ['7.6.0', '7.28.0', '8.0.1 ']
1313 runs-on : ${{ matrix.operating-system }}
1414 name : PHP ${{ matrix.php-versions }} Laravel L${{ matrix.laravel }} Test on ${{ matrix.operating-system }}
1515
Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.2
54 - 7.3
65 - 7.4
76
87env :
8+ - LARAVEL_VERSION=8.0.1
9+ - LARAVEL_VERSION=7.28.0
910 - LARAVEL_VERSION=7.6.0
1011 - LARAVEL_VERSION=7.0.0
1112 - LARAVEL_VERSION=6.18.8
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ Please contact me on the contact from on [WebDev Etc](https://webdevetc.com/) or
126126
127127## Versions
128128
129+ - ** 8.4** (Sept 2020): Added support for Laravel 8. Removed support for PHP 7.2
129130- ** 8.3** (Sept 2020): Removed support for ` swisnl/laravel-fulltext ` as it seems abandoned.
130131 - Searching in blogetc is now much more simple - it is all inline in the controller and does a simple LIKE query.
131132 - If you need full text search then I recommend you implement your own search controller (see older commits to copy code that used full text search)
You can’t perform that action at this time.
0 commit comments