Skip to content

Commit

Permalink
ci: add ruby-head to the test matrix
Browse files Browse the repository at this point in the history
Part of #101
  • Loading branch information
flavorjones committed May 28, 2021
1 parent 918517d commit ccb34bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
ruby: ["2.5", "2.6", "2.7", "3.0"]
ruby: ["2.5", "2.6", "2.7", "3.0", "head"]
runs-on: ${{ matrix.platform }}
steps:
- name: configure git crlf on windows
Expand Down

0 comments on commit ccb34bf

Please sign in to comment.