Skip to content

Commit

Permalink
Merge ae2b76f into 93bfef3
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak authored May 24, 2022
2 parents 93bfef3 + ae2b76f commit ef65f0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
if: github.repository_owner == 'voxpupuli'
steps:
- uses: actions/checkout@v2
- name: Install Ruby 3.0
- name: Install Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.1'
env:
BUNDLE_WITHOUT: release
- name: Build gem
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- ruby: "2.6"
- ruby: "2.7"
- ruby: "3.0"
- ruby: "3.1"
coverage: "yes"
env:
COVERAGE: ${{ matrix.coverage }}
Expand All @@ -28,5 +29,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Build gem
run: gem build *.gemspec
- name: Run tests
run: bundle exec rake spec

0 comments on commit ef65f0f

Please sign in to comment.