Skip to content

Commit 150f343

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | actions/cache | v4.0.2 | v4.1.1 | | github-tags | docker/build-push-action | v6.5.0 | v6.9.0 | | github-tags | docker/setup-buildx-action | v3.6.1 | v3.7.1 | | github-tags | containerbase/php-prebuild | 8.2.24 | 8.3.12 |
1 parent 9729d1b commit 150f343

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/tests.yml

+3-3
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.7.1
1616

1717
- name: Cache Docker layers
18-
uses: actions/cache@v4.0.2
18+
uses: actions/cache@v4.1.1
1919
with:
2020
path: /tmp/.buildx-cache
2121
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -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.9.0
2828
with:
2929
context: .
3030
load: true

Diff for: 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)