Skip to content

Commit

Permalink
Include Ruby 3.4 in the GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HashNotAdam committed Jan 26, 2025
1 parent eb35b34 commit c3b2a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- ruby-head
- jruby-9.3.3.0
- jruby-9.4.10.0
include:
- ruby: ruby-head
env:
Expand All @@ -33,4 +34,3 @@ jobs:
- run: bundle exec rake
env:
LONG_RUN: true

0 comments on commit c3b2a7a

Please sign in to comment.