Skip to content
Snippets Groups Projects
Commit bd97f879 authored by catch's avatar catch
Browse files

Issue #3488473 by andypost: Add core testing using PHP 8.4

parent 756c93fb
No related branches found
No related tags found
9 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10786Issue #3490579 by shalini_jha, mstrelan: Add void return to all views...,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #357463 passed with warnings
Pipeline: drupal

#357498

    Pipeline: drupal

    #357476

      Pipeline: drupal

      #357465

        ......@@ -264,6 +264,12 @@ default:
        _TARGET_PHP: "8.3-ubuntu"
        _TARGET_DB: "sqlite-3"
        'PHP 8.4 MySQL 8.4':
        <<: [ *default-stage, *run-on-mr ]
        variables:
        _TARGET_PHP: "8.4-ubuntu"
        _TARGET_DB: "mysql-8.4"
        # Jobs running on commits.
        # The value set in the "needs" property will determine the order in the sequence.
        '[Commit] PHP 8.3 PostgreSQL 16':
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment