Skip to content

Use latest patch versions for all Ruby versions #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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