We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34b3d2 commit 87a4db1Copy full SHA for 87a4db1
.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
36
run: apk add --no-cache bash git su-exec
37
38
- name: "Install composer"
39
- run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.8.4
+ run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.8.5
40
41
- name: "Checkout"
42
uses: actions/checkout@v4
0 commit comments