Skip to content

Commit ae4e0b0

Browse files
committed
Bump the range of supported Ruby versions
Ruby 3.4 is out
1 parent 4c3f418 commit ae4e0b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "3.1"
2525
- "3.2"
2626
- "3.3"
27+
- "3.4"
2728
gemfile:
2829
- gemfiles/rails_7_0.gemfile
2930
- gemfiles/rails_7_1.gemfile
@@ -56,7 +57,7 @@ jobs:
5657
- name: Setup Ruby
5758
uses: ruby/setup-ruby@v1
5859
with:
59-
ruby-version: "3.3"
60+
ruby-version: "3.4"
6061
bundler-cache: true
6162
- run: bundle exec rake spec || echo "Rails edge test is done."
6263

0 commit comments

Comments
 (0)