We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7c10c commit d864e6dCopy full SHA for d864e6d
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
run: sudo add-apt-repository ppa:ondrej/php
26
27
- name: use PHP 8.5 (2/2)
28
- run: sudo apt install -y php8.5 php8.5-cli php8.5-zip php8.5-xml php8.5-mbstring php8.5-intl php8.5-mysql
+ run: sudo apt install -y php8.5 php8.5-cli php8.5-zip php8.5-xml php8.5-mbstring php8.5-intl php8.5-mysql php8.5-imagick
29
30
- name: set up node v20
31
uses: actions/setup-node@v4
0 commit comments