Skip to content

Commit

Permalink
feat: add 3.6.0 using alpine 'edge'
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez committed Jan 28, 2023
1 parent 06f6cec commit f4a6123
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images.yml
Expand Up @@ -25,6 +25,7 @@ jobs:
{ fish: 3.3.1, alpine: 3.15 },
{ fish: 3.4.1, alpine: 3.16 },
{ fish: 3.5.1, alpine: 3.17 },
{ fish: 3.6.0, alpine: 'edge' },
]
fail-fast: false
steps:
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -34,6 +34,7 @@ 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.0` | `edge` |

## Installed Packages

Expand Down
3 changes: 3 additions & 0 deletions justfile
Expand Up @@ -32,3 +32,6 @@ run-3-4-1: (run "3.4.1")

build-3-5-1 verbose="false": (build "3.17" "3.5.1" verbose)
run-3-5-1: (run "3.5.1")

build-3-6-0 verbose="false": (build "edge" "3.6.0" verbose)
run-3-6-0: (run "3.6.0")

0 comments on commit f4a6123

Please sign in to comment.