From ababc3a70d630b94d0f37688fc62ca5f798b7c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89douard=20Lopez?= Date: Tue, 19 Dec 2023 17:13:12 +0000 Subject: [PATCH] feat: add new version 3.6.4 --- .github/workflows/build-images.yml | 1 + README.md | 3 ++- justfile | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 0b718bc..9e0412b 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -25,6 +25,7 @@ jobs: { fish: 3.4.1, alpine: 3.16 }, { fish: 3.5.1, alpine: 3.17 }, { fish: 3.6.1, alpine: 3.18 }, + { fish: 3.6.4, alpine: "edge" }, # { fish: 3.6.1, alpine: "edge" }, # priorize latest alpine version ] fail-fast: false diff --git a/README.md b/README.md index 13f888b..fd6a115 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ We provide the following versions of Fish, thanks to Alpine package. Simplify sp | `3.3.1` | `3.15` | | `3.4.1` | `3.16` | | `3.5.1` | `3.17` | -| `3.6.1` | `3.18`, `latest` | +| `3.6.1` | `3.18` | +| `3.6.4` | `edge`, `latest` | diff --git a/justfile b/justfile index d00ac0b..ef0fb26 100644 --- a/justfile +++ b/justfile @@ -42,5 +42,8 @@ run-3-5-1: (run "3.5.1") build-3-6-1 verbose="false": (build "3.18" "3.6.1" verbose) run-3-6-1: (run "3.6.1") +build-3-6-4 verbose="false": (build "edge" "3.6.4" verbose) +run-3-6-4: (run "3.6.4") + # build-3-6-2 verbose="false": (build "edge" "3.6.2" verbose) # run-3-6-2: (run "3.6.2") \ No newline at end of file