Skip to content

Commit 33eff28

Browse files
ci(release): Test with apache [skip ci]
1 parent d8efd64 commit 33eff28

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)