Skip to content

Commit

Permalink
Ruby CI extended test for 2.2, 2.3, 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-menendez committed Oct 8, 2023
1 parent c6b3529 commit 092317d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -7,6 +7,15 @@ jobs:
fail-fast: false
matrix:
include:
# Ruby 2.2.x
- ruby: 2.2
gemfile: "gemfiles/Gemfile.rails-4.2.x"
# Ruby 2.3.x
- ruby: 2.3
gemfile: "gemfiles/Gemfile.rails-4.2.x"
# Ruby 2.4.x
- ruby: 2.4
gemfile: "gemfiles/Gemfile.rails-4.2.x"
# Ruby 2.5.x
- ruby: 2.5
gemfile: "gemfiles/Gemfile.rails-4.2.x"
Expand Down

0 comments on commit 092317d

Please sign in to comment.