Skip to content

Commit

Permalink
pipeline testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning- committed May 15, 2024
1 parent 3833587 commit 96b2d60
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion spec/spec_helper_acceptance_local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setup_webserver
posix => {},
MANIFEST

if %r{debian|ubuntu}.match?(os[:family])
if %r{debian}.match?(os[:family])
php_extensions = <<-MANIFEST
gd => {},
json => {},
Expand All @@ -35,6 +35,17 @@ def setup_webserver
MANIFEST
end

if %r{ubuntu}.match?(os[:family])
php_extensions = <<-MANIFEST
gd => {},
pdo => {},
pgsql => {},
mysqlnd => {},
posix => {},
sqlite3 => {},
MANIFEST
end

if os[:family] == 'redhat' && os[:release].to_i == 7
pp_repo = <<-MANIFEST
yumrepo { 'epel':
Expand Down

0 comments on commit 96b2d60

Please sign in to comment.