Skip to content

Commit

Permalink
Merge pull request #34 from github/test-improvements
Browse files Browse the repository at this point in the history
test on multiple ruby versions
  • Loading branch information
GrantBirki authored Mar 25, 2024
2 parents d34e581 + 09e2ce6 commit 65ab529
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1.2', '3.1.4', '3.2.2', '3.2.3', '3.3.0' ]

steps:
- name: checkout
Expand All @@ -21,6 +24,7 @@ jobs:
- uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # [email protected]
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}

- name: test
run: script/test -k
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RedactingLogger
module Version
VERSION = "1.2.0"
VERSION = "1.2.1"
end
end

0 comments on commit 65ab529

Please sign in to comment.