Skip to content

Commit

Permalink
build: upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Jan 4, 2024
1 parent 14ec580 commit 977ec9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
git config --global core.eol lf
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -76,7 +76,7 @@ jobs:
tools: composer:v2

- name: Install dependencies
uses: nick-invision/retry@v2
uses: nick-fields/retry@v2
with:
timeout_minutes: 5
max_attempts: 5
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require-dev": {
"phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^3.41"
"friendsofphp/php-cs-fixer": "^3.46"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 977ec9f

Please sign in to comment.