Skip to content

Commit f1639a5

Browse files
committed
Revert to PHP 8.2
Imagick Fails when using `--no-cache --ci`: Imagick/imagick#640
1 parent 7ca7b57 commit f1639a5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.arg

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
#
21
VERSION=2.1.20

Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ php-extension-builder:
1313
SAVE ARTIFACT /usr/bin/install-php-extensions /install-php-extensions
1414

1515
build-php:
16-
ARG PHP_VERSION=8.3
16+
ARG PHP_VERSION=8.2
1717
ARG ALPINE_VERSION=3.19
1818
FROM php:${PHP_VERSION}-fpm-alpine${ALPINE_VERSION}
1919

0 commit comments

Comments
 (0)