Skip to content

Commit

Permalink
testing against php 7.4 final (#15)
Browse files Browse the repository at this point in the history
* testing against php 7.4 final

* Bumping minimum version of diablomedia/zendframework1-controller-action-helper-contextswitch
  • Loading branch information
jaydiablo authored Jan 6, 2020
1 parent f319218 commit 944e302
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ script:
jobs:
fast_finish: true
allow_failures:
- php: 7.4snapshot
- php: nightly
include:
- php: 7.1
Expand All @@ -49,10 +48,9 @@ jobs:
- php: 7.3
env: COMPOSER_ARGS="--prefer-lowest"
- php: 7.3
- php: 7.4snapshot
env: COMPOSER_ARGS="--ignore-platform-reqs --prefer-lowest"
- php: 7.4snapshot
env: COMPOSER_ARGS="--ignore-platform-reqs"
- php: 7.4
env: COMPOSER_ARGS="--prefer-lowest"
- php: 7.4
- php: nightly
env: COMPOSER_ARGS="--ignore-platform-reqs --prefer-lowest"
- php: nightly
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
],
"homepage": "http://framework.zend.com/",
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.0.0",
"diablomedia/zendframework1-controller-action-helper-contextswitch": "^1.0.0"
"diablomedia/zendframework1-controller-action-helper-contextswitch": "^1.0.3"
},
"autoload": {
"classmap": [
Expand All @@ -29,7 +28,7 @@
"phpstan/phpstan": "0.12.3",
"friendsofphp/php-cs-fixer": "2.16.1",
"maglnet/composer-require-checker": "^1.1.0 || ^2.0.0",
"phpro/grumphp": "^0.14.0 || ^0.16.0"
"phpro/grumphp": "^0.16.0"
},
"include-path": [
"src/"
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
level: 7
level: 8
paths:
- ./
excludes_analyse:
Expand Down

0 comments on commit 944e302

Please sign in to comment.