Skip to content

Commit

Permalink
Fixes workflow file for GitHub actions
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Kämper <[email protected]>
Signed-off-by: Stephan Kämper <[email protected]>
  • Loading branch information
s2k committed Dec 27, 2023
1 parent d45ce59 commit d6c3a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1.3', '3.2.2',, '3.3.0' 'jruby', 'truffleruby']
ruby-version: ['3.0', '3.1.3', '3.2.2', '3.3.0', 'jruby', 'truffleruby']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion lib/limit_detectors/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LimitDetectors
VERSION = '1.0.7'
VERSION = '1.0.8'
end

0 comments on commit d6c3a16

Please sign in to comment.