Skip to content

Commit fceb3b4

Browse files
authored
Merge pull request #781 from acrobat/drop-hhvm-support
Drop hhvm support
2 parents 7e67b4c + 16ff893 commit fceb3b4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ php:
1919

2020
matrix:
2121
include:
22-
- php: hhvm
23-
dist: trusty
2422
- php: 7.2
2523
name: Backward compatibillity check
2624
env: DEPENDENCIES="roave/backward-compatibility-check" TEST_COMMAND="./vendor/bin/roave-backward-compatibility-check"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"prefer-stable": true,
4444
"extra": {
4545
"branch-alias": {
46-
"dev-master": "2.11.x-dev"
46+
"dev-master": "2.12.x-dev"
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)