Changeset 59402 for trunk/.github/workflows/reusable-upgrade-testing.yml
- Timestamp:
- 11/13/2024 07:06:57 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-upgrade-testing.yml
r59280 r59402 43 43 # Performs the following steps: 44 44 # - Sets up PHP. 45 # - Starts the database server.46 45 # - Downloads the specified version of WordPress. 47 46 # - Creates a `wp-config.php` file. … … 69 68 -c "exec docker-entrypoint.sh mysqld${{ inputs.db-type == 'mysql' && contains( fromJSON('["7.2", "7.3"]'), inputs.php ) && ' --default-authentication-plugin=mysql_native_password' || '' }}" 70 69 71 72 70 steps: 73 71 - name: Set up PHP ${{ inputs.php }} … … 77 75 coverage: none 78 76 tools: wp-cli 79 80 - name: Start the database server81 run: |82 sudo systemctl start ${{ inputs.db-type }}83 77 84 78 - name: Download WordPress ${{ inputs.wp }}
Note: See TracChangeset
for help on using the changeset viewer.