.github/workflows/ci.yml in table_sync-6.0.4 vs .github/workflows/ci.yml in table_sync-6.1.0

- old
+ new

@@ -28,11 +28,11 @@ PGUSER: root strategy: fail-fast: false matrix: - ruby: ["2.5", "2.6", "2.7", "3.0"] + ruby: ["2.7", "3.0", "3.1"] name: ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 @@ -45,8 +45,8 @@ - run: psql -c 'CREATE DATABASE table_sync_test' - run: bundle exec rake bundle:audit - run: bundle exec rubocop - run: bundle exec rspec - - uses: coverallsapp/github-action@v1.1.2 + - uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }}