Skip to content

Commit 4d13017

Browse files
authored
Merge pull request ecamp#5419 from ecamp/renovate/php
chore(deps): update php
2 parents c6d80e6 + 359c2be commit 4d13017

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/check-dependencies.yml

Lines changed: 1 addition & 1 deletion
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.3.7'
29+
php-version: '8.3.9'
3030
tools: composer:2.7.0
3131
coverage: xdebug
3232

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

Lines changed: 4 additions & 4 deletions
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.3.7'
24+
php-version: '8.3.9'
2525
tools: composer:2.7.0
2626
coverage: xdebug
2727

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

3737
- uses: shivammathur/setup-php@v2
3838
with:
39-
php-version: '8.3.7'
39+
php-version: '8.3.9'
4040
tools: composer:2.7.0
4141
coverage: xdebug
4242

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

6767
- uses: shivammathur/setup-php@v2
6868
with:
69-
php-version: '8.3.7'
69+
php-version: '8.3.9'
7070
tools: composer:2.7.0
7171
coverage: xdebug
7272

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

115115
- uses: shivammathur/setup-php@v2
116116
with:
117-
php-version: '8.3.7'
117+
php-version: '8.3.9'
118118
tools: composer:2.7.0
119119
coverage: xdebug
120120

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- uses: shivammathur/setup-php@v2
7777
with:
78-
php-version: '8.3.7'
78+
php-version: '8.3.9'
7979
tools: composer:2.7.0
8080
coverage: none
8181

@@ -245,7 +245,7 @@ jobs:
245245

246246
- uses: shivammathur/setup-php@v2
247247
with:
248-
php-version: '8.3.7'
248+
php-version: '8.3.9'
249249
extensions: intl-73.1
250250
tools: composer:2.7.0
251251
coverage: pcov

.github/workflows/reusable-api-performance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: shivammathur/setup-php@v2
3434
with:
35-
php-version: '8.3.7'
35+
php-version: '8.3.9'
3636
extensions: intl-73.1
3737
tools: composer:2.7.0
3838
coverage: pcov

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Adapted from https://github.com/api-platform/api-platform/blob/fa1c5808305d7cadbf7b8392e0fddb6e80fb2092/api/Dockerfile
44

55
# Versions
6-
FROM dunglas/frankenphp:1.1-php8.3.7 AS frankenphp_upstream
6+
FROM dunglas/frankenphp:1.2-php8.3.9 AS frankenphp_upstream
77

88
# the different stages of this Dockerfile are meant to be built into separate images
99
# https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"constraints": {
88
"node": "22.3.0",
9-
"php": "8.3.7"
9+
"php": "8.3.9"
1010
},
1111
"automergeType": "branch",
1212
"rebaseWhen": "conflicted",

0 commit comments

Comments
 (0)