Make WordPress Core


Ignore:
Timestamp:
11/24/2025 05:55:31 PM (5 months ago)
Author:
desrosj
Message:

General: Final 6.9 post-branching tasks.

This makes the following changes to the 6.9 branch:

  • Pin PHP 8.5 and MySQL 8.4 as the default valuses of LOCAL_PHP and LOCAL_DB_VERSION.
  • Removes unnecessary GitHub Actions workflow files.
  • Changes all local GitHub Actions references to remote ones targeting trunk.

Reviewed by peterwilsoncc.

Props peterwilsoncc, johnbillion, davidbaumwald.
Fixes #64235.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.9/docker-compose.yml

    r60926 r61287  
    3333  ##
    3434  php:
    35     image: wordpressdevelop/php:${LOCAL_PHP-latest}
     35    image: wordpressdevelop/php:${LOCAL_PHP-8.5-fpm}
    3636
    3737    networks:
     
    6565  ##
    6666  mysql:
    67     image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest}
     67    image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-8.4}
    6868
    6969    networks:
     
    9696  ##
    9797  cli:
    98     image: wordpressdevelop/cli:${LOCAL_PHP-latest}
     98    image: wordpressdevelop/cli:${LOCAL_PHP-8.5-fpm}
    9999
    100100    networks:
Note: See TracChangeset for help on using the changeset viewer.