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.9.0 |
| github-tags | docker/setup-buildx-action | v3.6.1 | v3.7.0 |
| github-tags | containerbase/php-prebuild | 8.2.24 | 8.3.12 |
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 9729d1b commit c811d3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.0

- name: Cache Docker layers
uses: actions/[email protected]
Expand All @@ -24,7 +24,7 @@ jobs:
-
name: Build and push
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.9.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 c811d3d

Please sign in to comment.