Skip to content

Commit

Permalink
Merge pull request #2716 from Varying-Vagrant-Vagrants/purge-mysql-gh…
Browse files Browse the repository at this point in the history
…-action

Purge mysql packages when cleaning before GH Action tests
  • Loading branch information
tomjn authored Jun 18, 2024
2 parents 321bd3f + c2876a1 commit f375014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vvv-provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Create Vagrant Like Environment
run: |
# uninstall pre installed packages (to test if extensions work)
sudo apt-get -q --autoremove --purge remove php*
sudo apt-get -q --autoremove --purge remove php* mysql*
sudo apt-get -q autoclean
# remove pre-installed composer
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permalink: /docs/en-US/changelog/
### Bug Fixes

* VVV will check if Docker is installed before defaulting to it on Arm64/Apple Silicon ( #2715 )
* Fixed MySQL issues in GitHub Actions ( #2716 )

## 3.13.1 ( 2024 June 16th )

Expand Down

0 comments on commit f375014

Please sign in to comment.