Skip to content

Commit 8fd42d6

Browse files
committed
Updated php depenencies, added armv7 to docker build action
1 parent 1a0f03f commit 8fd42d6

File tree

3 files changed

+837
-673
lines changed

3 files changed

+837
-673
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
context: .
6262
file: ./docker/Dockerfile
63-
platforms: linux/amd64,linux/arm64
63+
platforms: linux/amd64,linux/arm64,linux/arm/v7
6464
push: ${{ github.event_name != 'pull_request' }}
6565
tags: ${{ steps.meta.outputs.tags }}
6666
labels: ${{ steps.meta.outputs.labels }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"preferred-install": "dist",
5959
"sort-packages": true
6060
},
61-
"minimum-stability": "dev",
61+
"minimum-stability": "stable",
6262
"prefer-stable": true
6363
}

0 commit comments

Comments
 (0)