Skip to content

Commit

Permalink
Update list of bash versions to test against
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed Dec 4, 2022
1 parent 0ef1c07 commit d44da86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
test:
strategy:
matrix:
bash-version: ['3.2.57', '4.0', '4.1', '4.2', '4.3', '4.3.30', '4.4', '5.0']

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']
runs-on: ubuntu-latest
steps:
- name: Install testing dependencies
Expand Down

0 comments on commit d44da86

Please sign in to comment.