diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-06 13:59:46 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-06 13:59:46 -0600 |
| commit | bba121d0242323f83e298c3725ac4df176c62417 (patch) | |
| tree | 3bff02fa0650c86da84818d6d940b9b81cc3a359 /.github/workflows | |
| parent | d36b6e4f7c99b96aee01656e2ca57312d77a55b6 (diff) | |
| parent | 58d4e9be69cf5fbc951bc63858ac899dded47bee (diff) | |
resolve: merge conflicts with main branch
- Merge latest main branch changes including Ruby 3.2+ requirement
- Combine new stdlib dependencies with Rust extension support
- Maintain backward compatibility while adding new features
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23dde06..2371b82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.5', '2.6', '2.7', '3.0'] + ruby-version: ['3.2', '3.3', '3.4'] steps: - uses: actions/checkout@v2 - name: Set up Ruby @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' + ruby-version: '3.4' bundler-cache: true - name: Running style checks… run: sh bin/style |
