We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 321bd3f + c2876a1 commit f375014Copy full SHA for f375014
.github/workflows/vvv-provisioning.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Create Vagrant Like Environment
28
run: |
29
# uninstall pre installed packages (to test if extensions work)
30
- sudo apt-get -q --autoremove --purge remove php*
+ sudo apt-get -q --autoremove --purge remove php* mysql*
31
sudo apt-get -q autoclean
32
33
# remove pre-installed composer
CHANGELOG.md
@@ -15,6 +15,7 @@ permalink: /docs/en-US/changelog/
15
### Bug Fixes
16
17
* VVV will check if Docker is installed before defaulting to it on Arm64/Apple Silicon ( #2715 )
18
+* Fixed MySQL issues in GitHub Actions ( #2716 )
19
20
## 3.13.1 ( 2024 June 16th )
21
0 commit comments