Skip to content

Commit

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

Use latest patch versions for all Ruby versions
  • Loading branch information
santiagorodriguez96 authored Dec 16, 2024
2 parents 323447b + 251b0ba commit 3ba32e2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- 3.2.0
- 3.1.3
- 3.0.5
- 2.7.7
- 2.6.6
- 2.5.8
- 2.4.10
- 3.2
- 3.1
- '3.0'
- 2.7
- 2.6
- 2.5
- 2.4
gemfile:
- openssl_3_1
- openssl_3_0
- openssl_2_2
- openssl_2_1
exclude:
- ruby-version: '2.4.10'
- ruby-version: '2.4'
gemfile: openssl_3_0
- ruby-version: '2.5.8'
- ruby-version: '2.5'
gemfile: openssl_3_0
- ruby-version: '2.4.10'
- ruby-version: '2.4'
gemfile: openssl_3_1
- ruby-version: '2.5.8'
- ruby-version: '2.5'
gemfile: openssl_3_1
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand All @@ -49,6 +49,6 @@ jobs:
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop
if: ${{ matrix.ruby == '3.2.0' }}
if: ${{ matrix.ruby == '3.2' }}
- name: Run tests
run: bundle exec rspec

0 comments on commit 3ba32e2

Please # to comment.