Skip to content

Commit

Permalink
Fix #157: Update PHP to latest stable versions: 5.4.12 and 5.3.22
Browse files Browse the repository at this point in the history
Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
  • Loading branch information
rogeriopradoj authored and loicfrering committed Feb 25, 2013
1 parent 1382526 commit 70d4c0e
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
@@ -1,2 +1,2 @@
default[:php][:multi][:versions] = ["5.2.17", "5.3.3", "5.3.21", "5.4.11", "5.5.0alpha4"]
default[:php][:multi][:aliases] = {"5.2" => "5.2.17", "5.3" => "5.3.21", "5.4" => "5.4.11", "5.5" => "5.5.0alpha4"}
default[:php][:multi][:versions] = ["5.2.17", "5.3.3", "5.3.22", "5.4.12", "5.5.0alpha4"]
default[:php][:multi][:aliases] = {"5.2" => "5.2.17", "5.3" => "5.3.22", "5.4" => "5.4.12", "5.5" => "5.5.0alpha4"}
2 changes: 1 addition & 1 deletion ci_environment/phpbuild/attributes/default.rb
@@ -1,7 +1,7 @@
default[:phpbuild] = {
:git => {
:repository => "git://github.com/CHH/php-build.git",
:revision => "22770de0c116280e1e75b40653fd149b9bd23692"
:revision => "970ce028f44f5c1f82fa7bec78d783e1d173bd72"
},
:phpunit_plugin => {
:git => {
Expand Down

0 comments on commit 70d4c0e

Please sign in to comment.