Skip to content

Commit 4a6fc61

Browse files
committed
Update list of bash versions to test with
1 parent 7bd2f7b commit 4a6fc61

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.github/workflows/test.yaml

+19-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,25 @@ jobs:
6565
strategy:
6666
matrix:
6767
# Skip 4.2.53, it errors out on `$(fn)`
68-
bash-version: ['3.2', '3.2.48', '3.2.57', '4.0', '4.1', '4.2', '4.3', '4.3.30', '4.4', '5.0']
68+
bash-version:
69+
- '3.2'
70+
- '3.2.48'
71+
- '3.2.57'
72+
- '4.0'
73+
- '4.1'
74+
- '4.2'
75+
- '4.3'
76+
- '4.3.30'
77+
- '4.4'
78+
- '5.0'
79+
- '5.1'
80+
- '5.1.8'
81+
- '5.1.12'
82+
- '5.1.16'
83+
- '5.2'
84+
- '5.2.9'
85+
- '5.2.15'
86+
- '5.2.21'
6987
steps:
7088
- name: Checkout the project
7189
uses: actions/checkout@v4

0 commit comments

Comments
 (0)