Skip to content

Commit 30443aa

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | docker/build-push-action | v6.5.0 | v6.6.0 | | github-tags | containerbase/php-prebuild | 8.2.22 | 8.3.10 |
1 parent 9729d1b commit 30443aa

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
@@ -24,7 +24,7 @@ jobs:
2424
2525
-
2626
name: Build and push
27-
uses: docker/build-push-action@v6.5.0
27+
uses: docker/build-push-action@v6.6.0
2828
with:
2929
context: .
3030
load: true

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
"ext-pcntl": "*",
1414
"chimera/bus-tactician": "^1.0.x-dev",

0 commit comments

Comments
 (0)