Skip to content

Commit

Permalink
Merge pull request #103 from flavorjones/flavorjones-ci-add-2.3-and-2…
Browse files Browse the repository at this point in the history
….4-to-the-matrix

ci: add 2.3 and 2.4 to the matrix
  • Loading branch information
flavorjones authored May 28, 2021
2 parents 091c980 + 20d38dc commit 4a4be79
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 @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
ruby: ["2.5", "2.6", "2.7", "3.0", "head"]
ruby: ["2.3", "2.4", "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 4a4be79

Please sign in to comment.