Skip to content

Commit d44da86

Browse files
committed
Update list of bash versions to test against
1 parent 0ef1c07 commit d44da86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
test:
2828
strategy:
2929
matrix:
30-
bash-version: ['3.2.57', '4.0', '4.1', '4.2', '4.3', '4.3.30', '4.4', '5.0']
31-
30+
bash-version: ['3.2.57', '4.0', '4.1', '4.2', '4.3', '4.3.30', '4.4', '5.0', '5.1', '5.1.12', '5.1.16', '5.2', '5.2.9']
3231
runs-on: ubuntu-latest
3332
steps:
3433
- name: Install testing dependencies

0 commit comments

Comments
 (0)