-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update README to include PHP 8.1 #150
Conversation
Example of a fail: PHP 7.4 with Ubuntu 18.04
|
PHP 7.4 with Ubuntu 20.04 also fails in the same way. PHP 7,4 with Ubuntu 22.04 passes: https://drone.owncloud.com/owncloud-ci/php/556/17/2
|
919852a |
This reverts commit 919852a.
@xoxys various CI pipelines failed yesterday - see the first commit and the associated drone CI results. I have been trying to work out what was wrong. But now I have added the 2nd commit to "hack" stuff, and lots of pipelines passed. I reverted that 2nd commit just now - see the 3rd commit. CI has passed. Am I going crazy? Or is there a reason that a bunch of PHP 7.* with Ubuntu 18.04 pipelines failed yesterday? (or both!) |
Im confused. How is the drone docker plugin? |
I am also confused. That was unchanged, and that step was failing yesterday, Sunday, in the PHP 7.* with Ubuntu 18.04 and 20.04 pipelines. PHP 5.6 passed, PHP 7.4 with Ubuntu 22.04 passed, PHP 8.0 and 8.1 passed. So I tried the hack in the 2nd commit - for the PHP 7.4 with Ubuntu 18.04 pipeline I chose So I reverted that commit, and now it all passed - why??? I thought that maybe you would tell me about something that happened to thr drone/docker environment at the weekend that has been corrected today. Maybe we will never know why it failed yesterday (Sunday) |
Hmmm - just did The ones that updated just now still show PHP 7.4.30 but with today's date. So they were all rebuilt somewhere today. Maybe Ondrej did something - rebuilt all the releases for some reason. |
See #151 for a clean CI run with a single commit. |
I have no idea to be honest. |
This is a good excuse to run CI and see the results, to investigate issue #149