Skip to content

Commit

Permalink
Merge pull request #428 from jkroepke/patch-3
Browse files Browse the repository at this point in the history
Add initial ubuntu 18.04 support
  • Loading branch information
bastelfreak committed May 5, 2018
2 parents 0c57b4c + 826ac8b commit 3aed175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
"16.04",
"18.04"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion spec/defines/extension_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
when 'Ubuntu'
case facts[:os]['release']['major']
when '18.04'
'/etc/php/7.0/mods-available'
'/etc/php/7.2/mods-available'
when '16.04'
'/etc/php/7.0/mods-available'
else
Expand Down

0 comments on commit 3aed175

Please sign in to comment.