Skip to content

Commit

Permalink
Update PHP environments with 5.4.30, 5.5.14 and 5.6.0RC2.
Browse files Browse the repository at this point in the history
  • Loading branch information
loicfrering committed Jul 5, 2014
1 parent 2a87278 commit b310b69
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 Diff line number Diff line change
@@ -1,5 +1,5 @@
default[:php][:multi][:versions] = ["5.2.17", "5.3.3", "5.3.27", "5.4.29", "5.5.13", "5.6.0beta4"]
default[:php][:multi][:aliases] = {"5.2" => "5.2.17", "5.3" => "5.3.27", "5.4" => "5.4.29", "5.5" => "5.5.13", "5.6" => "5.6.0beta4"}
default[:php][:multi][:versions] = ["5.2.17", "5.3.3", "5.3.27", "5.4.30", "5.5.14", "5.6.0RC2"]
default[:php][:multi][:aliases] = {"5.2" => "5.2.17", "5.3" => "5.3.27", "5.4" => "5.4.30", "5.5" => "5.5.14", "5.6" => "5.6.0RC2"}

default[:php][:multi][:extensions] = {
'apc' => {
Expand Down
2 changes: 1 addition & 1 deletion ci_environment/phpbuild/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default[:phpbuild] = {
:git => {
:repository => "git://github.com/CHH/php-build.git",
:revision => "ee35739eb845f39080b405f8613faa5f1f75c70e"
:revision => "826c59f1be07d2312c13d16ec4326b540a05baa9"
},
:phpunit_plugin => {
:git => {
Expand Down

0 comments on commit b310b69

Please sign in to comment.