Skip to content

Commit

Permalink
Merge pull request #800 from suketa/bump_ruby_up
Browse files Browse the repository at this point in the history
bump Ruby to 3.2.6, 3.3.6 on CI.
  • Loading branch information
suketa authored Nov 9, 2024
2 parents c098991 + 80aaeea commit 836980e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_on_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
ruby: ['3.1.6', '3.2.5', '3.3.5', '3.4.0-preview2', 'head']
ruby: ['3.1.6', '3.2.6', '3.3.6', '3.4.0-preview2', 'head']
duckdb: ['1.1.3', '1.1.1', '1.0.0']

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_on_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.1.6', '3.2.5', '3.3.5', '3.4.0-preview2', 'head']
ruby: ['3.1.6', '3.2.6', '3.3.6', '3.4.0-preview2', 'head']
duckdb: ['1.1.3', '1.1.1', '1.0.0']

steps:
Expand Down

0 comments on commit 836980e

Please sign in to comment.