Skip to content

Commit

Permalink
test: add ruby 3.1 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Dec 27, 2021
1 parent 3a853ad commit 981d69d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
os: [ubuntu-latest]
bundler: ["2.1.4"]
ruby: [
2.5,
2.7,
3.0
"2.5",
"2.7",
"3.0",
]
gemfile: [
"gemfiles/Gemfile-rails.5.2.x",
Expand All @@ -42,7 +42,7 @@ jobs:
os: ubuntu-latest
gemfile: gemfiles/Gemfile-rails-edge
experimental: true
- ruby: "3.0"
- ruby: "3.1"
bundler: "2.1.4"
os: ubuntu-latest
gemfile: gemfiles/Gemfile-rails-edge
Expand Down

0 comments on commit 981d69d

Please sign in to comment.