Skip to content

Commit

Permalink
Merge branch 'release/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegrunwell committed Dec 5, 2018
2 parents 94d7014 + 4bce191 commit 76c4cda
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ notifications:
email: never

php:
- nightly
- 7.3
- 7.2
- 7.1
- 7.0

matrix:
fast_finish: true
allow_failures:
- php: nightly

install:
- composer install --prefer-dist

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2018-12-05

* Add PHP 7.3 support by [upgrading Runkit 7 to version 1.0.9](https://github.com/runkit7/runkit7/releases/tag/1.0.9) ([#8]).

## [1.1.0] - 2018-06-27

* Attempt to automatically create `runkit.ini` files upon installation ([#1]).
Expand All @@ -17,8 +21,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Initial public release.

[Unreleased]: https://github.com/stevegrunwell/runkit7-installer/compare/master...develop
[1.1.1]: https://github.com/stevegrunwell/runkit7-installer/releases/tag/v1.1.1
[1.1.0]: https://github.com/stevegrunwell/runkit7-installer/releases/tag/v1.1.0
[1.0.0]: https://github.com/stevegrunwell/runkit7-installer/releases/tag/v1.0.0
[#1]: https://github.com/stevegrunwell/runkit7-installer/issues/1
[#2]: https://github.com/stevegrunwell/runkit7-installer/issues/2
[#3]: https://github.com/stevegrunwell/runkit7-installer/issues/3
[#8]: https://github.com/stevegrunwell/runkit7-installer/pull/8
2 changes: 1 addition & 1 deletion bin/install-runkit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Automate the installation of Runkit7 in development and testing environments.

# Enable users to set an explicit version.
[ "$1" ] && RUNKIT_VERSION=$1 || RUNKIT_VERSION="1.0.5b1"
[ "$1" ] && RUNKIT_VERSION=$1 || RUNKIT_VERSION="1.0.9"

DOWNLOAD_FILENAME="runkit-${RUNKIT_VERSION}.tgz"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"source": "https://github.com/stevegrunwell/runkit7-installer"
},
"require-dev": {
"php": "^7.0",
"php": "^7.1",
"phpunit/phpunit": ">=6.0"
},
"bin": [
Expand Down

0 comments on commit 76c4cda

Please sign in to comment.