Skip to content

Commit

Permalink
chore(deps): update php
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Jul 2, 2024
1 parent b775913 commit 36313c5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.7'
php-version: '8.3.9'
tools: composer:2.7.0
coverage: xdebug

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration-optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.7'
php-version: '8.3.9'
tools: composer:2.7.0
coverage: xdebug

Expand All @@ -36,7 +36,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.7'
php-version: '8.3.9'
tools: composer:2.7.0
coverage: xdebug

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.7'
php-version: '8.3.9'
tools: composer:2.7.0
coverage: xdebug

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.7'
php-version: '8.3.9'
tools: composer:2.7.0
coverage: xdebug

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.7'
php-version: '8.3.9'
tools: composer:2.7.0
coverage: none

Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.7'
php-version: '8.3.9'
extensions: intl-73.1
tools: composer:2.7.0
coverage: pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-api-performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.7'
php-version: '8.3.9'
extensions: intl-73.1
tools: composer:2.7.0
coverage: pcov
Expand Down
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Adapted from https://github.com/api-platform/api-platform/blob/fa1c5808305d7cadbf7b8392e0fddb6e80fb2092/api/Dockerfile

# Versions
FROM dunglas/frankenphp:1.1-php8.3.7 AS frankenphp_upstream
FROM dunglas/frankenphp:1.2-php8.3.8 AS frankenphp_upstream

# the different stages of this Dockerfile are meant to be built into separate images
# https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"constraints": {
"node": "22.3.0",
"php": "8.3.7"
"php": "8.3.9"
},
"automergeType": "branch",
"rebaseWhen": "conflicted",
Expand Down

0 comments on commit 36313c5

Please sign in to comment.