diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43af2c6..187a1b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,14 @@ jobs: strategy: matrix: ruby: - - 2.7 + - 3.1 rails_version: - - 5.2.8.1 - 6.0.5.1 - 6.1.6.1 - 7.0.3.1 + include: + - ruby: '2.7.8' # Rails 5.2 will not run on Ruby 3 + rails_version: '5.2.8.1' steps: - uses: actions/checkout@v2 - name: Set up Ruby