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.
1 parent 91a1b2e commit 05c7ff7Copy full SHA for 05c7ff7
.github/workflows/ci.yml
@@ -30,6 +30,12 @@ jobs:
30
with:
31
php-version: ${{ matrix.php-version }}
32
33
+ - name: Setup problem matchers for PHP
34
+ run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
35
+
36
+ - name: Setup problem matchers for PHPUnit
37
+ run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
38
39
- name: Install dependencies
40
uses: "ramsey/composer-install@v3"
41
@@ -51,6 +57,9 @@ jobs:
51
57
52
58
php-version: '8.5'
53
59
60
61
62
54
63
- name: Validate composer.json and composer.lock
55
64
run: composer validate --strict
56
65
0 commit comments