Skip to content

Commit

Permalink
chore(deps): update dependency php to v8.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent f5f6142 commit 3d142e0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.11'
php-version: '8.3.12'
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.11'
php-version: '8.3.12'
tools: composer:2.7.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.7.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.7.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.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 @@ -75,7 +75,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.11'
php-version: '8.3.12'
tools: composer:2.7.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.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.11'
php-version: '8.3.12'
extensions: intl-73.1
tools: composer:2.7.0
coverage: pcov
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

0 comments on commit 3d142e0

Please sign in to comment.