Skip to content

Commit

Permalink
Change ruby versions in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Aug 29, 2024
1 parent 5343ce6 commit 50b53b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# To keep matrix size down, only test highest and lowest rubies.
# See "Lowest supported ruby version" in CONTRIBUTING.md
ruby: [ '3.2', '3.3' ]
ruby: [ '3.1', '3.3' ]
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit 50b53b3

Please sign in to comment.