Skip to content

Commit 3d6770f

Browse files
authored
remove unsupported imagick from 8.4
1 parent 73fb514 commit 3d6770f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

8.4/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \
2323
install-php-extensions \
2424
@composer \
2525
redis-stable \
26-
imagick/imagick@master \
2726
xdebug-stable \
2827
bcmath \
2928
calendar \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
| 8.1 | 8.1 | ✅ Everything. |
1212
| 8.2 | 8.2 | ✅ Everything. |
1313
| 8.3 | 8.3 | ✅ Everything. |
14-
| 8.4 | 8.4 | ✅ Everything. |
14+
| 8.4 | 8.4 | ⚠️ Partial. Imagick is not yet supported. |

0 commit comments

Comments
 (0)