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

Commit

Permalink
Merge branch 'feature/8' into develop
Browse files Browse the repository at this point in the history
Forward port #8
  • Loading branch information
Xerkus committed Jun 24, 2019
2 parents 5f70553 + 0bff526 commit 6b71bdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

language: php

cache:
Expand Down Expand Up @@ -34,7 +32,13 @@ matrix:
- php: 7.2
env:
- DEPS=latest
- php: nightly
- php: 7.3
env:
- DEPS=lowest
- php: 7.3
env:
- DEPS=locked
- php: 7.3
env:
- DEPS=latest

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#8](https://github.com/zendframework/zend-expressive-session-cache/pull/8) adds support for PHP 7.3.

### Changed

Expand Down

0 comments on commit 6b71bdc

Please sign in to comment.