Skip to content

Commit

Permalink
Update versions for bash, busybox, ksh, osh, yash
Browse files Browse the repository at this point in the history
  • Loading branch information
rawganet authored and alganet committed Oct 4, 2024
1 parent a656768 commit 5bf5aeb
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 13 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
bash_4.4.23
bash_5.0.18
bash_5.1.16
bash_5.2.21
bash_5.2.32
bash_5.3-alpha
busybox_1.21.1
busybox_1.22.1
Expand All @@ -69,6 +69,7 @@ jobs:
busybox_1.34.1
busybox_1.35.0
busybox_1.36.1
busybox_1.37.0
dash_0.5.10.2
dash_0.5.11.5
dash_0.5.12
Expand All @@ -85,6 +86,7 @@ jobs:
ksh_shvrA93uplusm-v1.0.7
ksh_shvrA93uplusm-v1.0.8
ksh_shvrA93uplusm-v1.0.9
ksh_shvrA93uplusm-v1.0.10
ksh_shvrB2020-2020.0.0
ksh_shvrChistory-b_2004-10-11
ksh_shvrChistory-b_2005-02-02
Expand Down Expand Up @@ -149,6 +151,7 @@ jobs:
osh_0.20.0
osh_0.21.0
osh_0.22.0
osh_0.23.0
osh_0.9.9
posh_0.12.6
posh_0.13.2
Expand All @@ -169,6 +172,7 @@ jobs:
yash_2.54
yash_2.55
yash_2.56.1
yash_2.57
zsh_4.2.7
zsh_5.0.8
zsh_5.1.1
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@ jobs:
tags: alganet/shell-versions:latest
targets: >
bash_5.1.16
bash_5.2.21
busybox_1.35.0
bash_5.2.32
busybox_1.36.1
busybox_1.37.0
dash_0.5.11.5
dash_0.5.12
ksh_shvrA93uplusm-v1.0.8
ksh_shvrA93uplusm-v1.0.9
ksh_shvrA93uplusm-v1.0.10
loksh_7.4
loksh_7.5
mksh_R58
mksh_R59c
oksh_7.4
oksh_7.5
osh_0.21.0
osh_0.22.0
osh_0.23.0
posh_0.13.2
posh_0.14.1
yash_2.55
yash_2.56.1
yash_2.57
zsh_5.8.1
zsh_5.9
- name: all
Expand All @@ -77,7 +77,7 @@ jobs:
bash_4.4.23
bash_5.0.18
bash_5.1.16
bash_5.2.21
bash_5.2.32
bash_5.3-alpha
busybox_1.21.1
busybox_1.22.1
Expand All @@ -95,6 +95,7 @@ jobs:
busybox_1.34.1
busybox_1.35.0
busybox_1.36.1
busybox_1.37.0
dash_0.5.10.2
dash_0.5.11.5
dash_0.5.12
Expand All @@ -111,6 +112,7 @@ jobs:
ksh_shvrA93uplusm-v1.0.7
ksh_shvrA93uplusm-v1.0.8
ksh_shvrA93uplusm-v1.0.9
ksh_shvrA93uplusm-v1.0.10
ksh_shvrB2020-2020.0.0
ksh_shvrChistory-b_2004-10-11
ksh_shvrChistory-b_2005-02-02
Expand Down Expand Up @@ -175,6 +177,7 @@ jobs:
osh_0.20.0
osh_0.21.0
osh_0.22.0
osh_0.23.0
osh_0.9.9
posh_0.12.6
posh_0.13.2
Expand All @@ -195,6 +198,7 @@ jobs:
yash_2.54
yash_2.55
yash_2.56.1
yash_2.57
zsh_4.2.7
zsh_5.0.8
zsh_5.1.1
Expand Down
4 changes: 2 additions & 2 deletions variants/bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
shvr_current_bash ()
{
cat <<-@
bash_5.2.21
bash_5.2.32
bash_5.1.16
@
}
Expand All @@ -15,7 +15,7 @@ shvr_targets_bash ()
{
cat <<-@
bash_5.3-alpha
bash_5.2.21
bash_5.2.32
bash_5.1.16
bash_5.0.18
bash_4.4.23
Expand Down
3 changes: 2 additions & 1 deletion variants/busybox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
shvr_current_busybox ()
{
cat <<-@
busybox_1.37.0
busybox_1.36.1
busybox_1.35.0
@
}

shvr_targets_busybox ()
{
cat <<-@
busybox_1.37.0
busybox_1.36.1
busybox_1.35.0
busybox_1.34.1
Expand Down
3 changes: 2 additions & 1 deletion variants/ksh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
shvr_current_ksh ()
{
cat <<-@
ksh_shvrA93uplusm-v1.0.10
ksh_shvrA93uplusm-v1.0.9
ksh_shvrA93uplusm-v1.0.8
@
}

shvr_targets_ksh ()
{
cat <<-@
ksh_shvrA93uplusm-v1.0.10
ksh_shvrA93uplusm-v1.0.9
ksh_shvrA93uplusm-v1.0.8
ksh_shvrA93uplusm-v1.0.7
Expand Down
3 changes: 2 additions & 1 deletion variants/osh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
shvr_current_osh ()
{
cat <<-@
osh_0.23.0
osh_0.22.0
osh_0.21.0
@
}

shvr_targets_osh ()
{
cat <<-@
osh_0.23.0
osh_0.22.0
osh_0.21.0
osh_0.20.0
Expand Down
3 changes: 2 additions & 1 deletion variants/yash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
shvr_current_yash ()
{
cat <<-@
yash_2.57
yash_2.56.1
yash_2.55
@
}

shvr_targets_yash ()
{
cat <<-@
yash_2.57
yash_2.56.1
yash_2.55
yash_2.54
Expand Down

0 comments on commit 5bf5aeb

Please sign in to comment.