.github/workflows/ci.yml in affairs_of_state-0.7.1 vs .github/workflows/ci.yml in affairs_of_state-0.7.2

- old
+ new

@@ -8,9 +8,10 @@ fail-fast: false matrix: gemfile: - "activerecord-6.0.gemfile" - "activerecord-6.1.gemfile" + - "activerecord-7.0.gemfile" - "activerecord-latest.gemfile" runs-on: ubuntu-latest env: BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }} steps: