Skip to content

Commit

Permalink
CI: Test against Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Dec 29, 2024
1 parent dd24f15 commit fb714f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
gemfile:
- gemfiles/rails_6_1.gemfile
- gemfiles/rails_7_0.gemfile
- gemfiles/rails_7_1.gemfile
exclude:
- ruby_version: '3.4'
gemfile: gemfiles/rails_6_1.gemfile
- ruby_version: '3.4'
gemfile: gemfiles/rails_7_0.gemfile

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

Expand Down

0 comments on commit fb714f1

Please sign in to comment.