Skip to content

Commit

Permalink
chore: Add support for Ruby 3.3
Browse files Browse the repository at this point in the history
Add support for Ruby 3.3.
  • Loading branch information
LuukvH committed Jan 14, 2025
1 parent 075c231 commit 154c529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.3'
bundler-cache: true
- name: rubocop
uses: reviewdog/action-rubocop@v2
Expand All @@ -28,6 +28,7 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
name: RSpec tests ruby ${{ matrix.ruby }}
steps:
- name: Check out code
Expand All @@ -45,7 +46,7 @@ jobs:
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.3'
bundler-cache: true
- name: Run RSpec in GITHUB_WORKSPACE
run: '! bundle exec rspec spec/integration/failing_spec.rb'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.3'
- name: Replace version by tag value
run: sed -i "s/'[0-9]\.[0-9]\..*'/'${GITHUB_REF##*/}'/" lib/rspec/github/version.rb
- name: Publish to RubyGems
Expand Down

0 comments on commit 154c529

Please sign in to comment.