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

Commit

Permalink
Merge branch 'release/2.9.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Aug 29, 2019
2 parents f850204 + 41e001b commit cffd54a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 60 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ matrix:
- php: 5.6
env:
- DEPS=latest
- APCU_PECL_VERSION="apcu-4.0.11"
- MEMCACHE_PECL_VERSION="memcache-3.0.8"
- MEMCACHED_PECL_VERSION="memcached-2.2.0"
- APCU_PECL_VERSION="apcu"
- MEMCACHE_PECL_VERSION="memcache"
- MEMCACHED_PECL_VERSION="memcached"
- REDIS_PECL_VERSION="redis-4.3.0"
- TESTS_ZEND_CACHE_EXTMONGODB_ENABLED=false
- TESTS_ZEND_CACHE_MEMCACHE_ENABLED=true
Expand All @@ -90,8 +90,8 @@ matrix:
env:
- DEPS=latest
- APCU_PECL_VERSION="apcu"
- APCU_BC_PECL_VERSION="apcu_bc-1.0.3"
- REDIS_PECL_VERSION="redis-5.0.2"
- APCU_BC_PECL_VERSION="apcu_bc"
- REDIS_PECL_VERSION="redis"
- TESTS_ZEND_CACHE_MONGODB_USE_POLYFILL=true
- TESTS_ZEND_CACHE_EXTMONGODB_ENABLED=false
- php: 7.1
Expand All @@ -115,8 +115,8 @@ matrix:
env:
- DEPS=latest
- APCU_PECL_VERSION="apcu"
- APCU_BC_PECL_VERSION="apcu_bc-1.0.3"
- REDIS_PECL_VERSION="redis-5.0.2"
- APCU_BC_PECL_VERSION="apcu_bc"
- REDIS_PECL_VERSION="redis"
- TESTS_ZEND_CACHE_MONGODB_USE_POLYFILL=true
- php: 7.2
env:
Expand All @@ -136,8 +136,8 @@ matrix:
env:
- DEPS=latest
- APCU_PECL_VERSION="apcu"
- APCU_BC_PECL_VERSION="apcu_bc-1.0.3"
- REDIS_PECL_VERSION="redis-5.0.2"
- APCU_BC_PECL_VERSION="apcu_bc"
- REDIS_PECL_VERSION="redis"
- TESTS_ZEND_CACHE_MONGODB_USE_POLYFILL=true
- php: 7.3
env:
Expand All @@ -159,9 +159,9 @@ matrix:
env:
- DEPS=latest
- APCU_PECL_VERSION="apcu"
- APCU_BC_PECL_VERSION="apcu_bc-1.0.3"
- MEMCACHED_PECL_VERSION="memcached-3.1.3"
- REDIS_PECL_VERSION="redis-5.0.2"
- APCU_BC_PECL_VERSION="apcu_bc"
- MEMCACHED_PECL_VERSION="memcached"
- REDIS_PECL_VERSION="redis"
- TESTS_ZEND_CACHE_MONGODB_USE_POLYFILL=true

before_install:
Expand Down
24 changes: 1 addition & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 2.9.0 - TBD
## 2.9.0 - 2019-08-29

### Added

Expand All @@ -27,28 +27,6 @@ All notable changes to this project will be documented in this file, in reverse

- Nothing.

## 2.8.4 - TBD

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 2.8.3 - 2019-08-28

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.8.x-dev",
"dev-develop": "2.9.x-dev"
"dev-master": "2.9.x-dev",
"dev-develop": "2.10.x-dev"
},
"zf": {
"component": "Zend\\Cache",
Expand Down
47 changes: 24 additions & 23 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cffd54a

Please sign in to comment.