Skip to content

Commit

Permalink
Merge pull request #130 from manicmaniac/ruby-3.3
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to test matrix
  • Loading branch information
manicmaniac authored Aug 31, 2024
2 parents 4473017 + a1351c6 commit a239b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec danger
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit a239b9d

Please sign in to comment.