Skip to content

Commit ee63efa

Browse files
committed
Test against all Bash versions
1 parent 0f99755 commit ee63efa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,17 @@ jobs:
4444
spec:
4545
runs-on: ubuntu-latest
4646
container: ruby:latest
47+
continue-on-error: true
4748
strategy:
4849
fail-fast: false
4950
matrix:
5051
bash-version:
51-
#- "5.3"
52+
- "5.3"
5253
- "5.2"
5354
- "5.1"
54-
#- "5.0"
55-
#- "4.4"
56-
#- "4.3"
55+
- "5.0"
56+
- "4.4"
57+
- "4.3"
5758
steps:
5859
- uses: actions/checkout@v4
5960
- uses: ./.github/actions/set-up-bashcov

0 commit comments

Comments
 (0)