Skip to content

Commit

Permalink
feat: add new version 3.7.0, 3.6.4β†’3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez committed Jan 24, 2024
1 parent ababc3a commit 2330aab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ 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.3, alpine: 3.19 },
{ fish: 3.7.0, alpine: "edge" },
# { fish: 3.6.1, alpine: "edge" }, # priorize latest alpine version
]
fail-fast: false
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ We provide the following versions of Fish, thanks to Alpine package. Simplify sp
| `3.4.1` | `3.16` |
| `3.5.1` | `3.17` |
| `3.6.1` | `3.18` |
| `3.6.4` | `edge`, `latest` |
| `3.6.3` | `3.19` |
| `3.7.0` | `edge`, `latest` |

<!-- | `3.6.1` | `edge` | -->

Expand Down
7 changes: 5 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ 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-3 verbose="false": (build "3.19" "3.6.3" verbose)
run-3-6-3: (run "3.6.3")

build-3-7-0 verbose="false": (build "edge" "3.7.0" verbose)
run-3-7-0: (run "3.7.0")

# build-3-6-2 verbose="false": (build "edge" "3.6.2" verbose)
# run-3-6-2: (run "3.6.2")

0 comments on commit 2330aab

Please sign in to comment.