Skip to content

Commit 177029d

Browse files
committed
Keep benchmark on Rails 8.0 for now
1 parent 129067b commit 177029d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
bundler-cache: true
2525
- name: Run benchmarks
2626
run: |
27-
bundle exec appraisal rails-8.1 rake partial_benchmark
28-
bundle exec appraisal rails-8.1 rake translatable_benchmark
27+
bundle exec appraisal rails-8.0 rake partial_benchmark
28+
bundle exec appraisal rails-8.0 rake translatable_benchmark
2929
test:
3030
name: test (Rails ${{ matrix.rails_version }}, Ruby ${{ matrix.ruby_version }})
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)