Skip to content

Commit

Permalink
Merge pull request #21 from makandra/add-ruby-3-3
Browse files Browse the repository at this point in the history
run some tests on ruby 3.3
  • Loading branch information
kratob authored Oct 31, 2024
2 parents 9f655fb + 13396d4 commit 7853e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
gemfile: Gemfile.7.0.mysql2
- ruby: 3.2.0
gemfile: Gemfile.7.1.mysql2
- ruby: 3.2.0
- ruby: 3.3.4
gemfile: Gemfile.7.2.mysql2
env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
gemfile: Gemfile.7.0.pg
- ruby: 3.2.0
gemfile: Gemfile.7.1.pg
- ruby: 3.2.0
- ruby: 3.3.4
gemfile: Gemfile.7.2.pg
env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
Expand Down

0 comments on commit 7853e33

Please sign in to comment.