Skip to content

Commit

Permalink
Adding ruby 3.0, 3.1 and removing head ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Mar 30, 2022
1 parent bf69545 commit a93487b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"

# Maintain dependencies for Ruby's Bundler
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "monthly"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- "3.1.0"
- "3.0"
- "2.7"
- "3.0"
- "3.1"

# JRuby
- jruby-head
- jruby-9.3
- jruby-9.2

# TruffleRuby
- truffleruby-head
- truffleruby-21.3

gemfile:
Expand Down

0 comments on commit a93487b

Please sign in to comment.