Skip to content

Commit

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

0 comments on commit c6b3529

Please sign in to comment.