Skip to content

Commit

Permalink
Merge pull request #37 from nicolastemciuc/nt--test-against-ruby-33
Browse files Browse the repository at this point in the history
Test against `Ruby 3.3`
  • Loading branch information
santiagorodriguez96 authored Dec 16, 2024
2 parents 3c3978d + 8ea21e0 commit 8093c38
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- windows-latest
- macos-13
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
Expand Down Expand Up @@ -63,6 +64,18 @@ jobs:
- ruby: '3.2'
gemfile: openssl_2_1
os: windows-latest
- ruby: '3.3'
gemfile: openssl_2_2
os: macos-13
- ruby: '3.3'
gemfile: openssl_2_1
os: macos-13
- ruby: '3.3'
gemfile: openssl_2_2
os: windows-latest
- ruby: '3.3'
gemfile: openssl_2_1
os: windows-latest
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
Expand Down

0 comments on commit 8093c38

Please sign in to comment.