Skip to content

Commit 3831e73

Browse files
committed
Bump ruby version to 3.4
1 parent 2e62db2 commit 3831e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Ruby and install gems
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 3.3.0
20+
ruby-version: 3.4.1
2121
bundler-cache: true
2222
- name: Run Rubocop
2323
run: bundle exec rubocop --parallel
@@ -31,7 +31,7 @@ jobs:
3131
gemfile: [ rails_7_2, rails_8_0, rails_main ]
3232
database: [sqlite, postgres, mysql]
3333
exclude:
34-
- ruby-version: "3.1"
34+
- ruby-version: "3.4"
3535
gemfile: rails_main
3636
services:
3737
redis:

0 commit comments

Comments
 (0)