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 | docker/build-push-action   | v6.5.0 | v6.7.0 |
| github-tags | containerbase/php-prebuild | 8.2.22 | 8.3.10 |
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 9729d1b commit 3906c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
-
name: Build and push
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.7.0
with:
context: .
load: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"prefer-stable": true,
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"ext-pcntl": "*",
"chimera/bus-tactician": "^1.0.x-dev",
Expand Down

0 comments on commit 3906c43

Please sign in to comment.