Skip to content

Commit

Permalink
[CI] Remove Ruby 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddcrosby committed Mar 6, 2024
1 parent f49a0e2 commit 04a16a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
BUNDLE_WITH: development
strategy:
matrix:
ruby-version: ['2.5.1', '2.7.0', '3.0', '3.1']
ruby-version: ['2.7.0', '3.0', '3.1']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit 04a16a2

Please sign in to comment.