-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ruby 3.3 on CI #697
Merged
Merged
Add Ruby 3.3 on CI #697
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #697 +/- ##
==========================================
- Coverage 90.35% 90.32% -0.03%
==========================================
Files 62 62
Lines 3162 3154 -8
==========================================
- Hits 2857 2849 -8
Misses 305 305 ☔ View full report in Codecov by Sentry. |
Rubocop supports now TargetRubyVersion for EOL Ruby versions down to 2.3. See https://docs.rubocop.org/rubocop/1.59/compatibility.html: > RuboCop targets Ruby 2.0+ code analysis since RuboCop 1.30. It restored code analysis support that had been removed earlier by mistake, together with dropping runtime support for unsupported Ruby versions.
andrykonchin
force-pushed
the
ak/add-ruby-3-3-on-ci
branch
from
December 31, 2023 21:03
e537973
to
197ca8f
Compare
andrykonchin
force-pushed
the
ak/add-ruby-3-3-on-ci
branch
4 times, most recently
from
December 31, 2023 23:03
4fde8a2
to
882bd66
Compare
Error: ``` RuntimeError: Unable to find a compatible xml library. Ensure that you have installed or added to your Gemfile one of ox, oga, libxml, nokogiri or rexml # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml/parser.rb:74:in `set_default_engine' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml/parser.rb:96:in `<class:Parser>' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml/parser.rb:7:in `<module:Xml>' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml/parser.rb:5:in `<module:Aws>' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml/parser.rb:3:in `<top (required)>' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml.rb:8:in `require_relative' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core/xml.rb:8:in `<top (required)>' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core.rb:77:in `require_relative' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-core-3.190.1/lib/aws-sdk-core.rb:77:in `<top (required)>' # ./vendor/bundle/ruby/3.2.0/gems/aws-sdk-dynamodb-1.98.0/lib/aws-sdk-dynamodb.rb:11:in `<top (required)>' # ./lib/dynamoid.rb:3:in `<top (required)>' ```
andrykonchin
force-pushed
the
ak/add-ruby-3-3-on-ci
branch
from
December 31, 2023 23:12
882bd66
to
13cce10
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.