Skip to content

Commit

Permalink
Update list of Ruby versions to test against
Browse files Browse the repository at this point in the history
Removes all of the versions which have reached end of life. Ruby 3.4
won't be released for another six days and I'm not sure if it will even
work despite rc1 being out.
  • Loading branch information
gaffneyc committed Dec 19, 2024
1 parent ecca6af commit 616707b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
strategy:
matrix:
ruby_version:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- "3.4"
- "head"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 616707b

Please sign in to comment.