Skip to content

Commit

Permalink
add dlx support
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Mar 28, 2024
1 parent b684ca9 commit 4ac776e
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 136 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.3"
bundler-cache: true
- name: Run Linter
run: bundle exec rubocop
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 4ac776e

Please sign in to comment.