Skip to content

Commit

Permalink
Update list of bash versions to test with
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed May 10, 2024
1 parent 7bd2f7b commit 4a6fc61
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,25 @@ jobs:
strategy:
matrix:
# Skip 4.2.53, it errors out on `$(fn)`
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']
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'
- '5.1'
- '5.1.8'
- '5.1.12'
- '5.1.16'
- '5.2'
- '5.2.9'
- '5.2.15'
- '5.2.21'
steps:
- name: Checkout the project
uses: actions/checkout@v4
Expand Down

0 comments on commit 4a6fc61

Please sign in to comment.