File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -203,12 +203,8 @@ jobs:
203203 run : |
204204 echo "WP_VERSION_CODE=$(echo wp${{ matrix.wp-version }} | sed 's/\.//g' )" >> $GITHUB_ENV
205205
206- - name : Create empty WordPress DDEV project
207- run : ddev config --project-type=wordpress --project-name=${{ env.WP_VERSION_CODE }}
208-
209- - name : Handle PHP version
210- run : |
211- sed -i -e 's/^php_version:.*/php_version: "${{ matrix.php-version }}"/g' .ddev/config.yaml
206+ - name : Create empty WordPress DDEV project (with Apache)
207+ run : ddev config --project-type=wordpress --project-name=${{ env.WP_VERSION_CODE }} --php-version=${{ matrix.php-version }} --webserver-type=apache-fpm
212208
213209 - name : Add Redis, Memcached, Crowdsec and Playwright
214210 run : |
You can’t perform that action at this time.
0 commit comments