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 abc5b46 commit 23f184f
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
Expand Up @@ -66,7 +66,7 @@ jobs:
git config --global core.eol lf git config --global core.eol lf
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v4


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


- name: Install dependencies - name: Install dependencies
uses: nick-invision/retry@v2 uses: nick-fields/retry@v2
with: with:
timeout_minutes: 5 timeout_minutes: 5
max_attempts: 5 max_attempts: 5
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.6", "phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^3.41" "friendsofphp/php-cs-fixer": "^3.46"
}, },
"authors": [ "authors": [
{ {
Expand Down

0 comments on commit 23f184f

Please sign in to comment.