Skip to content

Run rails 7 tests #1549

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

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
- 2.5
- 2.6
- 2.7
- 3.0
gemfile:
- gemfiles/rails_4_2.gemfile
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_5_1.gemfile
- gemfiles/rails_5_2.gemfile
- gemfiles/rails_6_0.gemfile
- gemfiles/rails_7_0.gemfile
db:
- sqlite
- mysql
Expand All @@ -42,19 +44,24 @@ jobs:
- ruby: 2.7
gemfile: gemfiles/rails_6_0_mongoid_7.gemfile
devise-token-auth-orm: mongoid
# Waiting for mongoid to support Rails 7.0
# - ruby: '3.0'
# gemfile: gemfiles/rails_7_0.gemfile
# - ruby: '3.0'
# gemfile: gemfiles/rails_7_0_mongoid_7.gemfile
# devise-token-auth-orm: mongoid
- ruby: 3.0
gemfile: gemfiles/rails_7_0_mongoid_7.gemfile
devise-token-auth-orm: mongoid
exclude:
- ruby: 2.6
gemfile: gemfiles/rails_4_2.gemfile
- ruby: 2.7
gemfile: gemfiles/rails_4_2.gemfile
- ruby: 3.0
gemfile: gemfiles/rails_4_2.gemfile
- ruby: 2.4
gemfile: gemfiles/rails_6_0.gemfile
- ruby: 2.4
gemfile: gemfiles/rails_7_0.gemfile
- ruby: 2.5
gemfile: gemfiles/rails_7_0.gemfile
- ruby: 2.6
gemfile: gemfiles/rails_7_0.gemfile

services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ja:
missing_redirect_url: "リダイレクト URL が与えられていません。"
not_allowed_redirect_url: "'%{redirect_url}' へのリダイレクトは許可されていません。"
sended: "'%{email}' にパスワードリセットの案内が送信されました。"
sended_paranoid: ""すでにメールアドレスがデータベースに登録されている場合、 数分後にパスワード再発行用のリンクを記載したメールをお送りします。"
sended_paranoid: "すでにメールアドレスがデータベースに登録されている場合、 数分後にパスワード再発行用のリンクを記載したメールをお送りします。"
user_not_found: "メールアドレス '%{email}' のユーザーが見つかりません。"
password_not_required: "このアカウントはパスワードを要求していません。'%{provider}' を利用してログインしてください。"
missing_passwords: "'Password', 'Password confirmation' パラメータが与えられていません。"
Expand Down