Skip to content

Commit d0f42f8

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | docker/setup-buildx-action | v3.6.1 | v3.7.0 | | github-tags | containerbase/php-prebuild | 8.2.24 | 8.3.12 |
1 parent 0491ef4 commit d0f42f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.7.0
1616

1717
- name: Cache Docker layers
1818
uses: actions/[email protected]

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.3.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)