Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
php-version: 8.2
extensions: xdebug
tools: composer:2
ini-file: development
- name: Setup problem matchers for PHP
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
- name: Setup problem matchers for PHPUnit
Expand All @@ -41,6 +42,7 @@ jobs:
with:
php-version: 8.2
tools: composer:2
ini-file: development
- name: Setup problem matchers for PHP
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
- name: Composer (Annotated Container)
Expand All @@ -60,6 +62,7 @@ jobs:
with:
php-version: 8.2
tools: composer:2, cs2pr, phpcs
ini-file: development
- name: Setup problem matchers for PHP
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
- name: Composer (Annotated Container)
Expand Down