Skip to content

Commit 52b4ed9

Browse files
committed
Merge pull request mongodb#2150 from divine/php8
[3.8] Add PHP 8 to matrix
2 parents 6dcc6c4 + 4d9ddb4 commit 52b4ed9

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Diff for: .github/workflows/build-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- { os: ubuntu-latest, php: 7.4, mongodb: '4.0', experimental: false}
2727
- { os: ubuntu-latest, php: 7.4, mongodb: 4.2, experimental: false}
2828
- { os: ubuntu-latest, php: 7.4, mongodb: 4.4, experimental: false}
29+
- { os: ubuntu-latest, php: 8.0, mongodb: 4.4, experimental: false}
2930
services:
3031
mongo:
3132
image: mongo:${{ matrix.mongodb }}

Diff for: CHANGELOG.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,21 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6-
## [3.8.2] - 2020-12-17
6+
## [3.8.2] - 2020-12-18
77

88
### Changed
99
- MongodbQueueServiceProvider does not use the DB Facade anymore [#2149](https://github.com/jenssegers/laravel-mongodb/pull/2149) by [@curosmj](https://github.com/curosmj)
10+
- Add escape regex chars to DB Presence Verifier [#1992](https://github.com/jenssegers/laravel-mongodb/pull/1992) by [@andrei-gafton-rtgt](https://github.com/andrei-gafton-rtgt)
11+
12+
## [3.8.1] - 2020-10-23
1013

1114
### Added
1215
- Laravel 8 support by [@divine](https://github.com/divine).
1316

1417
### Changed
15-
- Updated versions of all dependencies by [@divine](https://github.com/divine).
18+
- Fix like with numeric values [#2127](https://github.com/jenssegers/laravel-mongodb/pull/2127) by [@hnassr](https://github.com/hnassr).
1619

17-
## [3.7.0] - 2020-09-18
20+
## [3.8.0] - 2020-09-03
1821

1922
### Added
20-
- Laravel 7 support by [@divine](https://github.com/divine).
21-
22-
### Changed
23-
- Updated versions of all dependencies by [@divine](https://github.com/divine).
24-
25-
### Removed
26-
- shouldUseCollections function by [@divine](https://github.com/divine).
23+
- Laravel 8 support & updated versions of all dependencies [#2108](https://github.com/jenssegers/laravel-mongodb/pull/2108) by [@divine](https://github.com/divine).

0 commit comments

Comments
 (0)