Skip to content

Commit

Permalink
Merge branch 'develop' into dev/use-php8.4-for-phpstan-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Jan 13, 2025
2 parents 28e7e25 + e726c3d commit 8bf4e38
Show file tree
Hide file tree
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
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_wprocket_latest_general_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_wprocket_latest_specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_wprocket_php8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8bf4e38

Please sign in to comment.