Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Jan 23, 2024
1 parent 00fa814 commit fdd318a
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 100 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo locale-gen fr_FR@euro
sudo locale-gen fr_FR.utf8
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -33,11 +33,11 @@ jobs:
run: composer validate

- name: Install Dependencies
uses: nick-invision/retry@v1
uses: nick-invision/retry@v2
with:
timeout_minutes: 5
max_attempts: 3
command: composer update --no-interaction --no-progress --ignore-platform-req=php
command: composer install --no-interaction --no-progress --ignore-platform-req=php

- name: Run test suite
run: composer run-script qa
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"friendsofphp/php-cs-fixer": "^3",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^10",
"rector/rector": "^0.18"
"rector/rector": "^0.19"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit fdd318a

Please sign in to comment.