Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Removed depricated version of PHP 5.5 and added PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Chyr committed Sep 12, 2017
1 parent f7bcf51 commit 19a8aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tideways/recipes/configure.rb
Expand Up @@ -30,10 +30,10 @@
end

{
'/usr/lib/php/20121212/' => 5.5,
'/usr/lib/php/20131226/' => 5.6,
'/usr/lib/php/20151012/' => 7.0,
'/usr/lib/php/20160303/' => 7.1
'/usr/lib/php/20160303/' => 7.1,
'/usr/lib/php/20170718/' => 7.2
}.each do |php_api_path, php_version|
link "#{php_api_path}/tideways.so" do
to "/usr/lib/tideways/tideways-php-#{php_version}.so"
Expand Down

0 comments on commit 19a8aca

Please sign in to comment.