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 | actions/cache              | v4.0.2 | v4.1.1 |
| github-tags | docker/setup-buildx-action | v3.6.1 | v3.7.1 |
| github-tags | containerbase/php-prebuild | 8.2.24 | 8.3.12 |
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 0491ef4 commit 9b6b545
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,10 +12,10 @@ 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.1

- name: Cache Docker layers
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
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": "*",
"chimera/bus-tactician": "^1.0.x-dev",
"chimera/di-symfony": "^1.0.x-dev",
Expand Down

0 comments on commit 9b6b545

Please sign in to comment.