Skip to content

Commit 4e95f50

Browse files
committed
CI: Test against Ruby 3.3 and 3.4
1 parent e219ffa commit 4e95f50

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
ruby_version:
15-
- '3.0'
1615
- '3.1'
1716
- '3.2'
17+
- '3.3'
18+
- '3.4'
1819
gemfile:
1920
- gemfiles/rails_6_1.gemfile
2021
- gemfiles/rails_7_0.gemfile
2122
- gemfiles/rails_7_1.gemfile
23+
exclude:
24+
- ruby_version: '3.4'
25+
gemfile: gemfiles/rails_6_1.gemfile
26+
- ruby_version: '3.4'
27+
gemfile: gemfiles/rails_7_0.gemfile
2228

2329
name: Ruby ${{ matrix.ruby_version }} / Gemfile ${{ matrix.gemfile }}
2430

0 commit comments

Comments
 (0)