We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1263a8b + c1d642a commit 0d9af74Copy full SHA for 0d9af74
.github/workflows/ci-php.yaml
@@ -48,7 +48,7 @@ jobs:
48
php-version: ${{ matrix.php }}
49
50
- name: Install PHP Dependencies
51
- uses: ramsey/composer-install@3.0.0
+ uses: ramsey/composer-install@3.1.1
52
53
- name: Verify MariaDB connection
54
run: |
.github/workflows/phpcs.yaml
@@ -22,7 +22,7 @@ jobs:
22
php-version: 8.1
23
24
25
26
27
- name: Add error matcher
28
run: echo "::add-matcher::$(pwd)/.github/checkstyle-problem-matcher.json"
0 commit comments