Skip to content

Commit

Permalink
Ruby 3.4.2 tests
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Feb 20, 2025
1 parent b328733 commit d8b6ffa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.1.6", "3.2.6", "3.3.7", "3.4.1", "jruby-9.4"]
ruby: ["3.1.6", "3.2.6", "3.3.7", "3.4.1", "3.4.2", "jruby-9.4"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler-cache: true
- name: Run the default task
run: bundle exec rake
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gemspec

gem "parser", "~> 3.3.7.0"
gem "parser", "~> 3.3.7.1"
gem "ostruct", "~> 0.6.1"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
2 changes: 1 addition & 1 deletion lib/ruby_ast_gen/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RubyAstGen
VERSION = "1.0.2"
VERSION = "1.0.3"
end

0 comments on commit d8b6ffa

Please sign in to comment.