Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update php #5982

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11'
php-version: '8.3.12'
tools: composer:2.8.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.11'
php-version: '8.3.12'
tools: composer:2.8.0
coverage: xdebug

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

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.11'
php-version: '8.3.12'
tools: composer:2.8.0
coverage: xdebug

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

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.11'
php-version: '8.3.12'
tools: composer:2.8.0
coverage: xdebug

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

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.11'
php-version: '8.3.12'
tools: composer:2.8.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 @@ -75,7 +75,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.11'
php-version: '8.3.12'
tools: composer:2.8.0
coverage: none

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

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.11'
php-version: '8.3.12'
extensions: intl-73.1
tools: composer:2.8.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.11'
php-version: '8.3.12'
extensions: intl-73.1
tools: composer:2.8.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.2-php8.3.11 AS frankenphp_upstream
FROM dunglas/frankenphp:1.2-php8.3.12 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.9.0",
"php": "8.3.11"
"php": "8.3.12"
},
"automergeType": "branch",
"rebaseWhen": "conflicted",
Expand Down
Loading