.github/workflows/ci.yml in sequel-batches-1.1.0 vs .github/workflows/ci.yml in sequel-batches-2.0.0

- old
+ new

@@ -27,11 +27,11 @@ PGUSER: root strategy: fail-fast: false matrix: - ruby: [2.6, 2.7, "3.0", jruby-9.3.1.0, ruby-head, jruby-head] + ruby: ["2.7", "3.0", "3.1"] name: ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 @@ -42,10 +42,9 @@ - run: psql -c 'CREATE DATABASE batches_test' - run: bundle exec rake bundle:audit - run: bundle exec rake lint - run: bundle exec rspec - continue-on-error: ${{ matrix.ruby == 'jruby-head' || matrix.ruby == 'ruby-head' }} - uses: coverallsapp/github-action@v1.1.2 with: github-token: ${{ secrets.GITHUB_TOKEN }}