File tree Expand file tree Collapse file tree 6 files changed +0
-31
lines changed
Expand file tree Collapse file tree 6 files changed +0
-31
lines changed Original file line number Diff line number Diff line change 3636 coverage : none
3737 tools : composer, box
3838
39- - name : 🛠️ Setup problem matchers
40- run : |
41- echo "::add-matcher::${{ runner.tool_cache }}/php.json"
42-
4339 - name : 🤖 Validate composer.json and composer.lock
4440 run : composer validate --ansi --strict
4541
Original file line number Diff line number Diff line change 9292# - name: 📦 Check out the codebase
9393# uses: actions/checkout@v5
9494#
95- # - name: 🛠️ Setup problem matchers
96- # run: |
97- # echo "::add-matcher::${{ runner.tool_cache }}/php.json"
98- #
9995# - name: 🤖 Validate composer.json and composer.lock
10096# run: composer validate --ansi --strict
10197#
Original file line number Diff line number Diff line change 4141 ini-values : error_reporting=E_ALL
4242 coverage : none
4343
44- - name : 🛠️ Setup problem matchers
45- run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
46-
4744 - name : 🤖 Validate composer.json and composer.lock
4845 run : composer validate --ansi --strict
4946
Original file line number Diff line number Diff line change 3333 ini-values : error_reporting=E_ALL
3434 coverage : none
3535
36- - name : 🛠️ Setup problem matchers
37- run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
38-
3936 - name : 🤖 Validate composer.json and composer.lock
4037 run : composer validate --ansi --strict
4138
Original file line number Diff line number Diff line change 4545 ini-values : error_reporting=E_ALL
4646 coverage : none
4747
48- - name : 🛠️ Setup problem matchers
49- run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
50-
5148 - name : 🤖 Validate composer.json and composer.lock
5249 run : composer validate --ansi --strict
5350
Original file line number Diff line number Diff line change 4343 php-version : ${{ matrix.php-version }}
4444 ini-values : error_reporting=E_ALL
4545
46- - name : 🛠️ Setup problem matchers
47- run : |
48- echo "::add-matcher::${{ runner.tool_cache }}/php.json"
49- echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
50-
5146 - name : 🤖 Validate composer.json and composer.lock
5247 run : composer validate --ansi --strict
5348
8580 ini-values : error_reporting=E_ALL
8681 coverage : xdebug
8782
88- - name : 🛠️ Setup problem matchers
89- run : |
90- echo "::add-matcher::${{ runner.tool_cache }}/php.json"
91- echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
92-
9383 - name : 🤖 Validate composer.json and composer.lock
9484 run : composer validate --ansi --strict
9585
@@ -140,10 +130,6 @@ jobs:
140130 tools : composer, box
141131 coverage : none
142132
143- - name : 🛠️ Setup problem matchers
144- run : |
145- echo "::add-matcher::${{ runner.tool_cache }}/php.json"
146-
147133 - name : 📥 Install dependencies with composer
148134 uses : ramsey/composer-install@v3
149135 with :
You can’t perform that action at this time.
0 commit comments