.github/workflows/test.yml in ar_sync-1.1.1 vs .github/workflows/test.yml in ar_sync-1.1.2

- old
+ new

@@ -3,16 +3,17 @@ jobs: test: strategy: fail-fast: false matrix: - ruby: [ '2.7', '3.0', '3.1' ] + ruby: [ '3.1', '3.2', '3.3' ] gemfiles: - gemfiles/Gemfile-rails-6 - - gemfiles/Gemfile-rails-7 + - gemfiles/Gemfile-rails-7-0 + - gemfiles/Gemfile-rails-7-1 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - uses: actions/setup-node@v1 with: