Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into radjabov
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Nov 4, 2024
2 parents a4766f4 + 9ce6983 commit fb8d780
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ jobs:
matrix:
ruby-version:
- '3.1'
- '3.2'
- '3.3'
rails-version:
- '7.0'
- '7.1'
- '7.2'
exclude:
- ruby-version: '3.0'
rails-version: '7.2'
env:
TEST_RAILS_VERSION: ${{ matrix.rails-version }}
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
steps:
- uses: actions/checkout@v4
Expand All @@ -32,4 +38,4 @@ jobs:
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' && matrix.rails-version == '7.0' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v8
uses: paambaati/codeclimate-action@v9
2 changes: 1 addition & 1 deletion manageiq-gems-pending.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "aws-sdk-s3", "~> 1.0"
s.add_runtime_dependency "bundler", "~> 2.1", ">= 2.1.4", "!= 2.2.10"
s.add_runtime_dependency "fog-openstack", "~> 1.0"
s.add_runtime_dependency "more_core_extensions", "~> 4.4"
s.add_runtime_dependency "more_core_extensions", "~> 4.5"
s.add_runtime_dependency "net-ftp", "~> 0.1.2"
s.add_runtime_dependency "nokogiri", "~> 1.14", ">= 1.14.3"
s.add_runtime_dependency "rexml", ">= 3.3.6"
Expand Down

0 comments on commit fb8d780

Please sign in to comment.