Skip to content

Commit a26e360

Browse files
committed
build: upd deps
1 parent 8136951 commit a26e360

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
tools: composer:v2
7676

7777
- name: Install dependencies
78-
uses: nick-fields/retry@v3
78+
uses: nick-fields/retry@v4
7979
with:
8080
timeout_minutes: 5
8181
max_attempts: 5

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"symfony/process": "^7.4||^8.0"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "^11.5||^12.5",
12-
"friendsofphp/php-cs-fixer": "^3.93"
11+
"phpunit/phpunit": "^11.5||^12.5||^13",
12+
"friendsofphp/php-cs-fixer": "^3.94"
1313
},
1414
"authors": [
1515
{

0 commit comments

Comments
 (0)