Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | containerbase/php-prebuild | 8.3.1  | 8.4.2  |
| github-tags | shivammathur/setup-php     | 2.31.1 | 2.32.0 |
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent bb0ff7f commit 3160e05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "pcov"
php-version: "8.3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "pcov"
php-version: "8.3"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "~8.3.1",
"php": "~8.4.2",
"ext-bcmath": "*",
"ext-json": "*",
"ext-pcre": "*",
Expand Down

0 comments on commit 3160e05

Please sign in to comment.