We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129067b commit 177029dCopy full SHA for 177029d
.github/workflows/ci.yml
@@ -24,8 +24,8 @@ jobs:
24
bundler-cache: true
25
- name: Run benchmarks
26
run: |
27
- bundle exec appraisal rails-8.1 rake partial_benchmark
28
- bundle exec appraisal rails-8.1 rake translatable_benchmark
+ bundle exec appraisal rails-8.0 rake partial_benchmark
+ bundle exec appraisal rails-8.0 rake translatable_benchmark
29
test:
30
name: test (Rails ${{ matrix.rails_version }}, Ruby ${{ matrix.ruby_version }})
31
runs-on: ubuntu-latest
0 commit comments