Skip to content

Commit

Permalink
Merge pull request #1065 from joanhey/patch-1
Browse files Browse the repository at this point in the history
Update tests version libs to fix warnings and deprecations
  • Loading branch information
walkor authored Nov 7, 2024
2 parents c061242 + 9d53a73 commit c65b347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -37,11 +37,11 @@ jobs:
coverage: xdebug

- name: Install dependencies
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ansi

- name: Static analysis
run: composer analyze
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"require-dev": {
"pestphp/pest": "2.x-dev",
"mockery/mockery": "2.0.x-dev",
"mockery/mockery": "^1.6",
"guzzlehttp/guzzle": "^7.0",
"phpstan/phpstan": "1.11.x-dev"
},
Expand Down

0 comments on commit c65b347

Please sign in to comment.