Skip to content
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

Use Ubuntu 20.04 as the base for PHP 7.4 #128

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

phil-davis
Copy link
Contributor

@phil-davis phil-davis commented Jan 26, 2021

Ubuntu 20.04 has been out and stable for a while now. It comes with PHP 7.4 as the default. It comes with later versions of other things also. In particular we want to have a later nodejs and npm, which come by default with Ubuntu 20.04.

Existing CI that uses PHP 7.4 includes:

  • Behat acceptance tests
  • some PHP unit test pipelines

These work fine with Ubuntu 20.04

@phil-davis phil-davis self-assigned this Jan 26, 2021
@phil-davis phil-davis requested review from micbar and xoxys January 26, 2021 14:34
@phil-davis
Copy link
Contributor Author

@kulmann this should help

@phil-davis
Copy link
Contributor Author

https://drone.owncloud.com/owncloud-ci/php/473/13/2

Get:273 http://archive.ubuntu.com/ubuntu focal/universe amd64 nodejs amd64 10.19.0~dfsg-3ubuntu1 [61.1 kB]
Get:583 http://archive.ubuntu.com/ubuntu focal/universe amd64 npm all 6.14.4+ds-1ubuntu2 [583 kB]

But previously:
https://drone.owncloud.com/owncloud-ci/php/471/13/2

Get:3 https://deb.nodesource.com/node_8.x bionic/main amd64 nodejs amd64 8.17.0-1nodesource1 [14.1 MB]

So nodejs goes up from major version 8 to major version 10

@phil-davis phil-davis merged commit 81c9482 into master Jan 26, 2021
@delete-merged-branch delete-merged-branch bot deleted the ubuntu-20.04-with-php-7.4 branch January 26, 2021 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants