Skip to content

Commit fb714f1

Browse files
committedDec 29, 2024··
CI: Test against Ruby 3.4
1 parent dd24f15 commit fb714f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ jobs:
1717
- '3.1'
1818
- '3.2'
1919
- '3.3'
20+
- '3.4'
2021
gemfile:
2122
- gemfiles/rails_6_1.gemfile
2223
- gemfiles/rails_7_0.gemfile
2324
- gemfiles/rails_7_1.gemfile
25+
exclude:
26+
- ruby_version: '3.4'
27+
gemfile: gemfiles/rails_6_1.gemfile
28+
- ruby_version: '3.4'
29+
gemfile: gemfiles/rails_7_0.gemfile
2430

2531
name: Ruby ${{ matrix.ruby_version }} / Gemfile ${{ matrix.gemfile }}
2632

0 commit comments

Comments
 (0)
Please sign in to comment.