Skip to content

Commit

Permalink
Restore Ruby 1.9.3 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalo-bulnes committed Dec 27, 2022
1 parent 8432e3f commit 5fbdd98
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,41 @@ jobs:
- '3.0'
- '2.7'
- '2.6'
- '1.9.3'
gemfile:
- rails_6_devise_4
- rails_5_devise_4
- rails_4_devise_3
- ruby_1.9.3_rails_3.2
exclude:
- ruby: 'head'
gemfile: rails_5_devise_4
- ruby: 'head'
gemfile: rails_4_devise_3
- ruby: 'head'
gemfile: ruby_1.9.3_rails_3.2
- ruby: 3.0
gemfile: rails_4_devise_3
- ruby: 3.0
gemfile: ruby_1.9.3_rails_3.2
- ruby: 2.7
gemfile: rails_4_devise_3
- ruby: 2.7
gemfile: ruby_1.9.3_rails_3.2
- ruby: 2.6
gemfile: rails_6_devise_4
- ruby: 2.6
gemfile: rails_5_devise_4
- ruby: 2.6
gemfile: ruby_1.9.3_rails_3.2
- ruby: 1.9.3
gemfile: rails_7_devise_4
- ruby: 1.9.3
gemfile: rails_6_devise_4
- ruby: 1.9.3
gemfile: rails_5_devise_4
- ruby: 1.9.3
gemfile: rails_4_devise_3
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5fbdd98

Please sign in to comment.