We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8136951 commit a26e360Copy full SHA for a26e360
2 files changed
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
tools: composer:v2
76
77
- name: Install dependencies
78
- uses: nick-fields/retry@v3
+ uses: nick-fields/retry@v4
79
with:
80
timeout_minutes: 5
81
max_attempts: 5
composer.json
@@ -8,8 +8,8 @@
8
"symfony/process": "^7.4||^8.0"
9
},
10
"require-dev": {
11
- "phpunit/phpunit": "^11.5||^12.5",
12
- "friendsofphp/php-cs-fixer": "^3.93"
+ "phpunit/phpunit": "^11.5||^12.5||^13",
+ "friendsofphp/php-cs-fixer": "^3.94"
13
14
"authors": [
15
{
0 commit comments