Skip to content

Commit

Permalink
Merge pull request #120 from stloyd/feature/php_update
Browse files Browse the repository at this point in the history
Support PHP 5.3.20, 5.4.10 & 5.5.0alpha2.
  • Loading branch information
Michael Klishin committed Jan 4, 2013
2 parents 8a95a76 + 86905f7 commit e09f770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci_environment/php/attributes/default.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,2 @@
default[:php][:multi][:versions] = ["5.2.17", "5.3.3", "5.3.19", "5.4.9", "5.5.0alpha1"] default[:php][:multi][:versions] = ["5.2.17", "5.3.3", "5.3.20", "5.4.10", "5.5.0alpha2"]
default[:php][:multi][:aliases] = {"5.2" => "5.2.17", "5.3" => "5.3.19", "5.4" => "5.4.9", "5.5" => "5.5.0alpha1"} default[:php][:multi][:aliases] = {"5.2" => "5.2.17", "5.3" => "5.3.20", "5.4" => "5.4.10", "5.5" => "5.5.0alpha2"}
2 changes: 1 addition & 1 deletion ci_environment/phpbuild/attributes/default.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
default[:phpbuild] = { default[:phpbuild] = {
:git => { :git => {
:repository => "git://github.com/CHH/php-build.git", :repository => "git://github.com/CHH/php-build.git",
:revision => "7e3a66df91b0879b7289ad519b28fd09b8eabb6f" :revision => "558160f27c25aef0848d7ea331f062ec278e308b"
}, },
:phpunit_plugin => { :phpunit_plugin => {
:git => { :git => {
Expand Down

0 comments on commit e09f770

Please sign in to comment.