Skip to content

Commit

Permalink
chore(deps): update dependency php to v8.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent d5e17c1 commit 305e5dc
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.6'
php-version: '8.3.7'
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.6'
php-version: '8.3.7'
tools: composer:2.7.0
coverage: xdebug

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

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.6'
php-version: '8.3.7'
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.6'
php-version: '8.3.7'
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.6'
php-version: '8.3.7'
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 @@ -33,7 +33,7 @@ jobs:

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

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

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.6'
php-version: '8.3.7'
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.6'
php-version: '8.3.7'
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 @@
"force": {
"constraints": {
"node": "20.12.2",
"php": "8.3.6"
"php": "8.3.7"
}
},
"automergeType": "branch",
Expand Down

0 comments on commit 305e5dc

Please sign in to comment.