Skip to content

Commit cd9cc3b

Browse files
committed
build: upd deps
1 parent fffbaf1 commit cd9cc3b

2 files changed

Lines changed: 4 additions & 4 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "W3C HTML Validator service.",
55
"license": "LGPL-3.0-or-later",
66
"require": {
7-
"php": ">=8.1",
7+
"php": ">=8.2",
88
"symfony/http-client": "^7.4||^8.0"
99
},
1010
"authors": [
@@ -13,8 +13,8 @@
1313
}
1414
],
1515
"require-dev": {
16-
"phpunit/phpunit": "^11.5||^12.5",
17-
"friendsofphp/php-cs-fixer": "^3.93"
16+
"phpunit/phpunit": "^11.5||^12.5||^13",
17+
"friendsofphp/php-cs-fixer": "^3.94"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)