Skip to content

Commit

Permalink
drop php 7.0, test on php 7.1.7 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zsprackett committed Aug 1, 2017
1 parent 795c16c commit 6297a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ sudo: yes
dist: trusty

env:
- PHPVER="7.0.15"
- PHPVER="7.1.1"
- PHPVER="7.1.7"

# This replaces the travis supplied phpbuild which defaults to ZTS enabled
# builds. Since we are replacing using the same config, we don't have to add
Expand Down
2 changes: 1 addition & 1 deletion php_shadow.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ZEND_END_MODULE_GLOBALS(shadow)
#define SHADOW_G(v) (shadow_globals.v)
#endif

#define SHADOW_VERSION "0.5.0"
#define SHADOW_VERSION "0.6.0"

ZEND_EXTERN_MODULE_GLOBALS(shadow)

Expand Down

0 comments on commit 6297a39

Please sign in to comment.