Skip to content

Commit 5defd9d

Browse files
WebDevEtcWebDevEtc
authored andcommitted
feat: support lavavel 8
- Adds support for Lavavel 8. Removes support for PHP 7.2
1 parent 6fac9e9 commit 5defd9d

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
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

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: php
22

33
php:
4-
- 7.2
54
- 7.3
65
- 7.4
76

87
env:
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)