Skip to content

Commit

Permalink
Add Ruby head (3.5) to CI and deprecation warnings for frozen string …
Browse files Browse the repository at this point in the history
…literals
  • Loading branch information
robertcheramy committed Feb 3, 2025
1 parent d996f57 commit 4a06f7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.2', '3.3']
ruby-version: ['3.1', '3.2', '3.3', '3.4', 'ruby-head']
continue-on-error: ${{ matrix.ruby-version == 'ruby-head' }}

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ task :test do
Rake::TestTask.new do |t|
t.libs << 'spec'
t.test_files = FileList['spec/**/*_spec.rb']
t.ruby_opts = ['-W:deprecated']
t.warning = true
t.verbose = true
end
Expand Down

0 comments on commit 4a06f7a

Please sign in to comment.