Skip to content

Commit

Permalink
add php8.3. pin imagick version due to Imagick/imagick#640
Browse files Browse the repository at this point in the history
  • Loading branch information
eby committed Oct 1, 2024
1 parent 0b01d42 commit b91307c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ['7.4','8.0','8.1','8.2']
php_version: ['7.4','8.0','8.1','8.2', '8.3']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do

# curl, json, mbstring, sqlite, xml are included in the base php image
RUN chmod +x /usr/local/bin/install-php-extensions && \
IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath gd imagick imap ldap memcached mysqli opcache pcntl pdo_mysql pdo_pgsql pgsql redis ssh2 xdebug zip @composer
IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath gd imagick/imagick@28f27044e435a2b203e32675e942eb8de620ee58 imap ldap memcached mysqli opcache pcntl pdo_mysql pdo_pgsql pgsql redis ssh2 xdebug zip @composer

# Use the default production configuration and mod to match our production
RUN apk add --no-cache git && mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
Expand Down

0 comments on commit b91307c

Please sign in to comment.