From 9dddb6bf1484627565320a15435cda213bb5de67 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Jun 2026 08:17:38 +0000 Subject: [PATCH] feat: add support for Fish 4.7.1 --- .github/workflows/build-images.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 647773d..518dbea 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -40,6 +40,7 @@ jobs: { fish: 4.2.1, alpine: "edge", binary: true }, { fish: 4.4.4, alpine: "edge", binary: true }, { fish: 4.6.0, alpine: "edge", binary: true }, + { fish: 4.7.1, alpine: "edge", binary: true }, ] fail-fast: false steps: diff --git a/README.md b/README.md index a4a0f58..fb7550d 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ We provide the following versions of Fish, thanks to Alpine package. | Fish | Alpine | Origin | | ------- | ---------------------------------------------------------------------------------- | ------- | +| `4.7.1` | `latest`, [`edge`][edge] | binary | | `4.6.0` | `latest`, [`edge`][edge] | binary | | `4.4.4` | `latest`, [`edge`][edge] | binary | | `4.3.2` | `latest`, [`edge`][edge] | package |