Skip to content

Commit

Permalink
PSR problem fix in pest and cc
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli committed Dec 6, 2023
1 parent 504b74e commit 9385b06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-climate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Remove PHP-PSR Extension
run: |
sudo apt remove php8.2-psr
- name: Install dependencies
run: |
composer update
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Remove PHP-PSR Extension
run: |
sudo apt remove php8.2-psr
- name: Install dependencies
run: |
composer update
Expand Down

0 comments on commit 9385b06

Please sign in to comment.