Skip to content

Commit

Permalink
Remove Ruby 2.4 from tested versions; add Ruby 3.0 and 3.1 to tested …
Browse files Browse the repository at this point in the history
…versions
  • Loading branch information
karlwilbur committed Nov 9, 2022
1 parent 68fcbd2 commit 250bc59
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ language: ruby
arch:
- amd64
- ppc64le

rvm:
- 2.4.7
- 2.4.10
- 2.5.0
- 2.5.8
- 2.6.0
- 2.6.6
- 2.6.10
- 2.7.0
- 2.7.2
- 2.7.6
- 3.0.0
- 3.0.4
- 3.1.0
- 3.1.2
- ruby-head
- jruby-head
notifications:
Expand Down

0 comments on commit 250bc59

Please sign in to comment.