Skip to content

Commit

Permalink
Support for PHP 5.3.18 and 5.4.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
loicfrering committed Oct 18, 2012
1 parent 46dd1d8 commit 79888e2
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.17", "5.4.7"]
default[:php][:multi][:aliases] = {"5.2" => "5.2.17", "5.3" => "5.3.17", "5.4" => "5.4.7"}
default[:php][:multi][:versions] = ["5.2.17", "5.3.3", "5.3.18", "5.4.8"]
default[:php][:multi][:aliases] = {"5.2" => "5.2.17", "5.3" => "5.3.18", "5.4" => "5.4.8"}
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 => "30c5486d1a33bec9b104c93504888e78c27753b2"
:revision => "807ef1e1c79d2e010da58e50861ebd55b9bd1adb"
},
:phpunit_plugin => {
:git => {
Expand Down

0 comments on commit 79888e2

Please sign in to comment.