Skip to content

Commit c65b347

Browse files
authored
Merge pull request #1065 from joanhey/patch-1
Update tests version libs to fix warnings and deprecations
2 parents c061242 + 9d53a73 commit c65b347

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
- name: Setup PHP
3131
uses: shivammathur/setup-php@v2
@@ -37,11 +37,11 @@ jobs:
3737
coverage: xdebug
3838

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

4646
- name: Static analysis
4747
run: composer analyze

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"require-dev": {
4545
"pestphp/pest": "2.x-dev",
46-
"mockery/mockery": "2.0.x-dev",
46+
"mockery/mockery": "^1.6",
4747
"guzzlehttp/guzzle": "^7.0",
4848
"phpstan/phpstan": "1.11.x-dev"
4949
},

0 commit comments

Comments
 (0)