Skip to content

Commit

Permalink
[CI] add Ruby 3.3 and tmp fix for Ruby 3.4 (head)
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Mar 17, 2024
1 parent f82d39a commit 1b1c3b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', 'head']
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', 'head']
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
source "http://rubygems.org"

gemspec

# Temporal Ruby 3.4 support, see more: https://github.com/vcr/vcr/pull/1003
gem 'base64'

0 comments on commit 1b1c3b5

Please sign in to comment.