File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ jobs:
1414 benchmark :
1515 runs-on : ubuntu-latest
1616 env :
17- BUNDLE_GEMFILE : gemfiles/rails_8.0 .gemfile
17+ BUNDLE_GEMFILE : gemfiles/rails_8.1 .gemfile
1818 steps :
1919 - uses : actions/checkout@v4.1.1
2020 - name : Setup Ruby
2121 uses : ruby/setup-ruby@v1
2222 with :
23- ruby-version : 3.4
23+ ruby-version : 4.0
2424 bundler-cache : true
2525 - name : Run benchmarks
2626 run : |
27- bundle exec appraisal rails-8.0 rake partial_benchmark
28- bundle exec appraisal rails-8.0 rake translatable_benchmark
27+ bundle exec appraisal rails-8.1 rake partial_benchmark
28+ bundle exec appraisal rails-8.1 rake translatable_benchmark
2929 test :
3030 name : test (Rails ${{ matrix.rails_version }}, Ruby ${{ matrix.ruby_version }})
3131 runs-on : ubuntu-latest
8383 - name : Setup Ruby
8484 uses : ruby/setup-ruby@v1
8585 with :
86- ruby-version : 3.4
86+ ruby-version : 4.0
8787 bundler-cache : true
8888 working-directory : ' view_component'
8989 - uses : actions/setup-node@v4
9999 bundle --quiet && bundle exec rake
100100 env :
101101 VIEW_COMPONENT_PATH : ../view_component
102- RAILS_VERSION : ' 8.0.2 '
102+ RAILS_VERSION : ' 8.1.0 '
103103 PARALLEL_WORKERS : ' 1'
104104 coverage :
105105 needs : test
@@ -109,7 +109,7 @@ jobs:
109109 - name : Setup Ruby
110110 uses : ruby/setup-ruby@v1
111111 with :
112- ruby-version : 3.4
112+ ruby-version : 4.0
113113 bundler-cache : true
114114 - name : Download coverage results
115115 uses : actions/download-artifact@v4.3.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ nav_order: 6
1010
1111## main
1212
13- * Test against Ruby 4.0.0 in CI.
13+ * Use Ruby 4.0.0 in CI and dev .
1414
1515 * Joel Hawksley*
1616
You can’t perform that action at this time.
0 commit comments