Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
Remove Ruby 2.1 and 2.2, add 3.1, 3.2 and 3.3
  • Loading branch information
lautis committed Sep 22, 2024
1 parent 0947f7c commit 15d317d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
matrix:
gemfile: [Gemfile]
ruby:
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- jruby
- truffleruby
include:
Expand Down

0 comments on commit 15d317d

Please sign in to comment.