Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into enhancement/7126-discourage-wp-option-fun…
Browse files Browse the repository at this point in the history
…ction
wordpressfan authored Jan 14, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 9b7d05f + e726c3d commit 90cbdf3
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_wprocket.yml
Original file line number Diff line number Diff line change
@@ -49,6 +49,9 @@ jobs:
coverage: none # XDebug can be enabled here 'coverage: xdebug'
tools: composer:v2, phpunit

- name: Install SVN
run: sudo apt-get install subversion

- name: Start mysql service
run: sudo /etc/init.d/mysql start

3 changes: 3 additions & 0 deletions .github/workflows/test_wprocket_latest_general_coverage.yml
Original file line number Diff line number Diff line change
@@ -49,6 +49,9 @@ jobs:
coverage: xdebug
tools: composer:v2, phpunit

- name: Install SVN
run: sudo apt-get install subversion

- name: Start mysql service
run: sudo /etc/init.d/mysql start

3 changes: 3 additions & 0 deletions .github/workflows/test_wprocket_latest_specific.yml
Original file line number Diff line number Diff line change
@@ -49,6 +49,9 @@ jobs:
coverage: none # XDebug can be enabled here 'coverage: xdebug'
tools: composer:v2, phpunit

- name: Install SVN
run: sudo apt-get install subversion

- name: Start mysql service
run: sudo /etc/init.d/mysql start

3 changes: 3 additions & 0 deletions .github/workflows/test_wprocket_php8.yml
Original file line number Diff line number Diff line change
@@ -49,6 +49,9 @@ jobs:
coverage: none # XDebug can be enabled here 'coverage: xdebug'
tools: composer:v2, phpunit

- name: Install SVN
run: sudo apt-get install subversion

- name: Start mysql service
run: sudo /etc/init.d/mysql start

0 comments on commit 90cbdf3

Please sign in to comment.