From 404511bc8091fdfc4f937cf784cdd0a7b8462583 Mon Sep 17 00:00:00 2001 From: st0012 Date: Sat, 25 Sep 2021 21:58:16 +0800 Subject: [PATCH] Run CI against Rails 7 --- .github/workflows/sentry_rails_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sentry_rails_test.yml b/.github/workflows/sentry_rails_test.yml index 022266258..d0ff57d29 100644 --- a/.github/workflows/sentry_rails_test.yml +++ b/.github/workflows/sentry_rails_test.yml @@ -22,6 +22,7 @@ jobs: include: - { os: ubuntu-latest, ruby_version: '3.0', rails_version: 6.1.0, options: { rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal" } } - { os: ubuntu-latest, ruby_version: '2.7', rails_version: 6.1.0, options: { codecov: 1 } } + - { os: ubuntu-latest, ruby_version: '2.7', rails_version: 7.0.0.alpha } exclude: - ruby_version: 2.4 rails_version: 6.0.0