Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit b29155c

Browse files
committed
Merge pull request #43 from webimpress/php-7.3
Added PHP 7.3 support - updated Travis CI configuration Conflicts: CHANGELOG.md
2 parents 2c05122 + 935e8a3 commit b29155c

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
language: php
42

53
cache:
@@ -33,6 +31,15 @@ matrix:
3331
- php: 7.2
3432
env:
3533
- DEPS=latest
34+
- php: 7.3
35+
env:
36+
- DEPS=lowest
37+
- php: 7.3
38+
env:
39+
- DEPS=locked
40+
- php: 7.3
41+
env:
42+
- DEPS=latest
3643

3744
before_install:
3845
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 1.0.2 - TBD
6+
7+
### Added
8+
9+
- [#43](https://github.com/zendframework/zend-expressive-authentication/pull/43) adds support for PHP 7.3.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- Nothing.
26+
527
## 1.0.1 - 2018-09-28
628

729
### Added

0 commit comments

Comments
 (0)