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

Allow PHP 8.3 #40630

Merged
merged 5 commits into from
Sep 30, 2023
Merged

Allow PHP 8.3 #40630

merged 5 commits into from
Sep 30, 2023

Commits on Sep 30, 2023

  1. Allow PHP 8.3 in version check

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc authored and kesselb committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    1daa881 View commit details
    Browse the repository at this point in the history
  2. Adding ini-file:development to 32bit CI

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc authored and kesselb committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    796bf32 View commit details
    Browse the repository at this point in the history
  3. Add 8.3 to lint CI and 32bits test suite

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc authored and kesselb committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    e20ba1c View commit details
    Browse the repository at this point in the history
  4. Use latest shivammathur/setup-php in phpunit-32bits.yml

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc authored and kesselb committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    5586f2d View commit details
    Browse the repository at this point in the history
  5. ci: clear disable_functions to enable pcntl_signal

    When using ini-file development then disable_functions forbids pcntl_signal by default.
    
    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    7e0ed6b View commit details
    Browse the repository at this point in the history