Skip to content

Commit

Permalink
Add support for Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosedler committed Jan 22, 2025
1 parent 886f299 commit 15dfe7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
gemfile: Gemfile.7.2.pg
- ruby: 3.3.6
gemfile: Gemfile.8.0.pg
- ruby: 3.4.1
gemfile: Gemfile.7.1.pg
- ruby: 3.4.1
gemfile: Gemfile.7.2.pg
- ruby: 3.4.1
gemfile: Gemfile.8.0.pg
env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
steps:
Expand Down

0 comments on commit 15dfe7e

Please sign in to comment.