Skip to content

Commit

Permalink
Remove Ruby 2.7 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorthurlow committed Feb 10, 2021
1 parent 77d1dda commit 45e73c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
ruby: ["2.7.x", "2.6.x", "2.5.x", "2.4.x"]
ruby: ["2.6.x", "2.5.x", "2.4.x"]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 45e73c5

Please sign in to comment.