Skip to content

Commit

Permalink
feat: Remove support for bash 3
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Nov 8, 2020
1 parent 41a8f5d commit 89bfb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-linux:
strategy:
matrix:
bashver: ["3.2", "4.0", "4.1", "4.2", "4.3", "4.4", "latest"]
bashver: ["4.0", "4.1", "4.2", "4.3", "4.4", "5.0", "latest"]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 89bfb9a

Please sign in to comment.