Make WordPress Core

Changeset 60896


Ignore:
Timestamp:
10/03/2025 01:17:54 PM (12 hours ago)
Author:
jorbin
Message:

Build/Test Tools: Update the Inovation Releases tested.

It's not as exciting as The Life of a Showgirl (which is a 10/10 album, no skips), but MariaDB has a new innovation release: https://mariadb.com/docs/release-notes/community-server/release-notes-mariadb-12.0-rolling-releases/mariadb-12.0.2-release-notes

The last innovation release from MariaDB was removed in [60532].

Props jorbin, desrosj.
See #63167.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/phpunit-tests.yml

    r60737 r60896  
    203203        os: [ ubuntu-24.04 ]
    204204        php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
    205         db-type: [ 'mysql' ]
    206         db-version: [ '9.4' ]
     205        db-type: [ 'mysql', 'mariadb' ]
     206        db-version: [ '9.4', '12.0' ]
    207207        multisite: [ false, true ]
    208208        memcached: [ false ]
     
    215215          - php: '7.3'
    216216            db-version: '9.4'
     217          # Exclude version combinations that don't exist.
     218          - db-type: 'mariadb'
     219            db-version: '9.4'
     220          - db-type: 'mysql'
     221            db-version: '12.0'
    217222    with:
    218223      os: ${{ matrix.os }}
Note: See TracChangeset for help on using the changeset viewer.