Skip to content

Commit f375014

Browse files
authored
Merge pull request #2716 from Varying-Vagrant-Vagrants/purge-mysql-gh-action
Purge mysql packages when cleaning before GH Action tests
2 parents 321bd3f + c2876a1 commit f375014

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/vvv-provisioning.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Create Vagrant Like Environment
2828
run: |
2929
# uninstall pre installed packages (to test if extensions work)
30-
sudo apt-get -q --autoremove --purge remove php*
30+
sudo apt-get -q --autoremove --purge remove php* mysql*
3131
sudo apt-get -q autoclean
3232
3333
# remove pre-installed composer

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permalink: /docs/en-US/changelog/
1515
### Bug Fixes
1616

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

1920
## 3.13.1 ( 2024 June 16th )
2021

0 commit comments

Comments
 (0)