Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonOmo committed Jan 11, 2024
1 parent 5e2c1be commit dbb4c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
crdb: [v23.1.11]
ruby: [3.2.1]
ruby: [head]
name: Test (crdb=${{ matrix.crdb }} ruby=${{ matrix.ruby }})
steps:
- name: Set Up Actions
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ group :development, :test do
# Needed for the test suite
gem "msgpack", ">= 1.7.0"

gem "rake", "13.0.6"
gem "rake"
gem "byebug"
gem "minitest-excludes", "~> 2.0.1"

Expand Down

0 comments on commit dbb4c78

Please sign in to comment.