We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe6029b + 9598e22 commit 009f813Copy full SHA for 009f813
.github/workflows/cs-lint.yml
@@ -54,7 +54,7 @@ jobs:
54
# Install dependencies and handle caching in one go.
55
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
56
- name: Install Composer dependencies
57
- uses: ramsey/composer-install@v2
+ uses: ramsey/composer-install@v3
58
59
# Lint PHP.
60
- name: Lint PHP against parse errors
.github/workflows/integrations.yml
@@ -71,7 +71,7 @@ jobs:
71
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
72
73
74
75
76
- name: Start MySQL Service
77
run: sudo systemctl start mysql.service
0 commit comments