-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Remove drone CI and move all CI to PHP 8.3 to test what breaks #39796
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
Conversation
|
Opened shivammathur/setup-php#757 |
|
php-oci pipeline is passing on 8.3. |
|
Nice 🥳 I migrated the nodb tests last week and documented my findings: #39734 |
|
From https://wiki.php.net/rfc/datetime-exceptions :
This is breaking the 32bit test suite. |
4a92737 to
751412b
Compare
|
Ouch, deprecation warnings were not failing in 32bit CI, activated them: |
751412b to
faf3a00
Compare
|
|
Opened phpseclib/phpseclib#1931 |
9bf0360 to
16a0a49
Compare
16a0a49 to
cd471bd
Compare
4ceef01 to
96d8e36
Compare
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This reverts commit cd471bd.
96d8e36 to
fe90e32
Compare
|
CI is green for 32bits on 8.3 🎉 I will make a separate PR to allow 8.3 in the version check and add it to some CI. |
|
Replaced by #40630 now that CI passes. |
Summary
Test PHP 8.3 in our CI to see current support.
TODO