We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3cf3c1 + 7c0015c commit 4248c4cCopy full SHA for 4248c4c
.github/workflows/phpcs.yml
@@ -13,7 +13,7 @@ jobs:
13
coverage: none
14
tools: composer, cs2pr
15
- name: Install Composer dependencies for PHP
16
- uses: "ramsey/composer-install@v2"
+ uses: "ramsey/composer-install@v3"
17
- name: Detect coding standard violations
18
run: composer lint
19
.github/workflows/phpunit.yml
@@ -26,7 +26,7 @@ jobs:
26
tools: composer, phpunit-polyfills
27
extensions: mysql
28
29
30
- name: Install SVN
31
run: sudo apt-get update && sudo apt-get install -y subversion
32
- name: Setup Test Environment
0 commit comments