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     |
| ----------- | -------------------------------- | ------ | ------ |
| packagist   | composer/composer                | 2.8.4  | 2.8.5  |
| github-tags | laminas/laminas-ci-matrix-action | 1.28.0 | 1.29.0 |
| github-tags | containerbase/php-prebuild       | 8.3.1  | 8.4.3  |
| github-tags | shivammathur/setup-php           | 2.31.1 | 2.32.0 |
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent b8dd646 commit 611e408
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Gather CI configuration
id: matrix
uses: laminas/laminas-ci-matrix-action@b0bd3422916dffbf4ea57626c10abaf1964d808b # 1.28.0
uses: laminas/laminas-ci-matrix-action@7f7976e6faf1ee8fcfca77cf0487cc4d0b486f11 # 1.29.0

qa:
name: QA Checks
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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"php": "~8.3.1",
"php": "~8.4.3",
"ext-bcmath": "*",
"ext-json": "*",
"ext-pcre": "*",
"azjezz/psl": "^3.1.0",
"composer/composer": "^2.8.4",
"composer/composer": "^2.8.5",
"composer/semver": "^3.4.3",
"monolog/monolog": "^3.8.1",
"nyholm/psr7": "^1.8.2",
Expand Down

0 comments on commit 611e408

Please sign in to comment.