Skip to content

Commit 40de441

Browse files
Update dependency php to v8.4.7
1 parent f60431d commit 40de441

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/check-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: shivammathur/setup-php@v2
2828
with:
29-
php-version: '8.4.6'
29+
php-version: '8.4.7'
3030
tools: composer:2.8.0
3131
coverage: xdebug
3232

.github/workflows/continuous-integration-optional.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: '8.4.6'
24+
php-version: '8.4.7'
2525
tools: composer:2.8.0
2626
coverage: xdebug
2727

@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: shivammathur/setup-php@v2
3838
with:
39-
php-version: '8.4.6'
39+
php-version: '8.4.7'
4040
tools: composer:2.8.0
4141
coverage: xdebug
4242

@@ -66,7 +66,7 @@ jobs:
6666

6767
- uses: shivammathur/setup-php@v2
6868
with:
69-
php-version: '8.4.6'
69+
php-version: '8.4.7'
7070
tools: composer:2.8.0
7171
coverage: xdebug
7272

@@ -114,7 +114,7 @@ jobs:
114114

115115
- uses: shivammathur/setup-php@v2
116116
with:
117-
php-version: '8.4.6'
117+
php-version: '8.4.7'
118118
tools: composer:2.8.0
119119
coverage: xdebug
120120

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- uses: shivammathur/setup-php@v2
9393
with:
94-
php-version: '8.4.6'
94+
php-version: '8.4.7'
9595
tools: composer:2.8.0
9696
coverage: none
9797

@@ -264,7 +264,7 @@ jobs:
264264

265265
- uses: shivammathur/setup-php@v2
266266
with:
267-
php-version: '8.4.6'
267+
php-version: '8.4.7'
268268
extensions: intl-73.1
269269
tools: composer:2.8.0
270270
coverage: pcov

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"constraints": {
88
"node": "22.15.0",
9-
"php": "8.4.6"
9+
"php": "8.4.7"
1010
},
1111
"automergeType": "branch",
1212
"rebaseWhen": "conflicted",

0 commit comments

Comments
 (0)