Skip to content

Commit

Permalink
Merge pull request #67 from nicolastemciuc/nt--test-against-latest-pa…
Browse files Browse the repository at this point in the history
…tch-version

Update CI to always test against the latest `Ruby` patch versions available
  • Loading branch information
santiagorodriguez96 authored Dec 13, 2024
2 parents e4e5222 + 4ac210a commit 8d2792f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ jobs:
- 3.3
- 3.2
- 3.1
- 3.0.0
- 2.7.2
- 2.6.6
- 2.5.8
- 2.4.10
- '3.0'
- 2.7
- 2.6
- 2.5
- 2.4
gemfile:
- openssl_3_0
- openssl_2_2
- openssl_2_1
- openssl_default
exclude:
- ruby: '2.4.10'
- ruby: '2.4'
gemfile: openssl_3_0
- ruby: '2.5.8'
- ruby: '2.5'
gemfile: openssl_3_0
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 8d2792f

Please sign in to comment.