Skip to content

Commit d1523e3

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------- | | github-tags | actions/cache | v4.0.2 | v4.2.3 | | github-tags | docker/setup-buildx-action | v3.6.1 | v3.10.0 | | packagist | middlewares/response-time | 2.0.1 | 2.1.0 | | packagist | monolog/monolog | 3.7.0 | 3.9.0 | | github-tags | containerbase/php-prebuild | 8.2.28 | 8.4.5 |
1 parent 0491ef4 commit d1523e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Set up Docker Buildx
15-
uses: docker/setup-buildx-action@v3.6.1
15+
uses: docker/setup-buildx-action@v3.10.0
1616

1717
- name: Cache Docker layers
18-
uses: actions/cache@v4.0.2
18+
uses: actions/cache@v4.2.3
1919
with:
2020
path: /tmp/.buildx-cache
2121
key: ${{ runner.os }}-buildx-${{ github.sha }}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"prefer-stable": true,
1010
"require": {
11-
"php": "~8.1.0 || ~8.2.0",
11+
"php": "~8.1.0 || ~8.2.0 || ~8.4.0",
1212
"ext-json": "*",
1313
"chimera/bus-tactician": "^1.0.x-dev",
1414
"chimera/di-symfony": "^1.0.x-dev",

0 commit comments

Comments
 (0)