Skip to content

Commit

Permalink
update ci setting
Browse files Browse the repository at this point in the history
  • Loading branch information
fumihumi committed Sep 3, 2024
1 parent 6c95f8b commit b73827d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source 'https://rubygems.org'

if RUBY_VERSION < '3.0'
gem 'activerecord', '~> 7.1.1'
gem 'activesupport', '~> 7.1.1'
gem 'activerecord', '~> 7.2.1'
gem 'activesupport', '~> 7.2.1'
end

gemspec :path => '../'
4 changes: 2 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
strategy:
fail-fast: true
matrix:
ruby: ["2.7","3.0","3.1","3.2"]
ruby: ["2.7","3.0","3.1","3.2", "3.3"]
env:
BUNDLE_GEMFILE: .github/Gemfile
MYSQL_HOST: 127.0.0.1
RAILS_ENV: test
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit b73827d

Please sign in to comment.