-
-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php::globals: support Ubuntu 20.04 that ships php 7.4 #599
Conversation
I was able to confirm that this works - what needs to happen to go ahead and get this merged? |
We need to also add Ubuntu 20.04 to metadata.json, and get tests running for Ubuntu 20.04. |
hey @simondeziel, thanks for the PR. Can you take a look at the .sync.yml / .travis.yml and add Ubuntu 20.04 there as well? (just copy 'n paste the 18.04 block is probably fine). This will enable acceptance tests for this platform. |
Signed-off-by: Simon Deziel <[email protected]>
I removed the failing puppet5 beaker test since puppet5 is not supported on Ubuntu 20.04: https://tickets.puppetlabs.com/browse/CPR-737 |
Thank you both @bastelfreak and @kenyon. It looks like the last failure is due to a glitch preventing the installation of puppetlabs-apt module in the 16.04 env. The same test worked in previous updates of this PR. Could you either force a test re-run or maybe merge it as is? Thanks again. |
I restarted the failed job |
Replaces: #580