From c56d451c97624e5d3dc816baaea9ea1e11ff0a73 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 15 Dec 2023 09:24:59 +0100 Subject: [PATCH] Add support for Alpine 3.19 (#853) * Add support for Alpine 3.19 * Temporarily drop support for imagick on Alpine 3.19 See https://github.com/mlocati/docker-php-extension-installer/issues/855 Test: imagick --- .github/workflows/monitor-php8.3.yml | 1 + .github/workflows/test-extensions.yml | 1 + .github/workflows/test-recent-extensions.yml | 1 + data/special-requirements | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/monitor-php8.3.yml b/.github/workflows/monitor-php8.3.yml index 7ccd706..31e49d3 100644 --- a/.github/workflows/monitor-php8.3.yml +++ b/.github/workflows/monitor-php8.3.yml @@ -15,6 +15,7 @@ jobs: distro: - alpine3.17 - alpine3.18 + - alpine3.19 - bullseye - bookworm name: Check on ${{ matrix.distro }} diff --git a/.github/workflows/test-extensions.yml b/.github/workflows/test-extensions.yml index 1d31b41..102e4a7 100644 --- a/.github/workflows/test-extensions.yml +++ b/.github/workflows/test-extensions.yml @@ -72,6 +72,7 @@ jobs: - alpine3.16 - alpine3.17 - alpine3.18 + - alpine3.19 - jessie - stretch - buster diff --git a/.github/workflows/test-recent-extensions.yml b/.github/workflows/test-recent-extensions.yml index d206231..405eb29 100644 --- a/.github/workflows/test-recent-extensions.yml +++ b/.github/workflows/test-recent-extensions.yml @@ -47,6 +47,7 @@ jobs: - alpine3.16 - alpine3.17 - alpine3.18 + - alpine3.19 - jessie - stretch - buster diff --git a/data/special-requirements b/data/special-requirements index 9c45e5c..e8b9119 100644 --- a/data/special-requirements +++ b/data/special-requirements @@ -2,6 +2,7 @@ cassandra !jessie !stretch !buster !bullseye !bookworm ddtrace !jessie ecma_intl !buster !bullseye geos !alpine3.9 !alpine3.10 +imagick !alpine3.19 lz4 !jessie memprof !alpine3.9 !alpine3.10 !alpine3.11 !alpine3.12 !alpine3.13 !alpine3.14 !alpine3.15 parallel zts