Skip to content

Commit

Permalink
Test a stable version of Rails 5.2 with Ruby 2.2
Browse files Browse the repository at this point in the history
For the reasons described in the comment
  • Loading branch information
pirj committed Jul 27, 2020
1 parent 89dd9ec commit 6a8fd07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ matrix:
- rvm: 2.3.8
env: RAILS_VERSION='~> 5.2.0'
- rvm: 2.2.10
env: RAILS_VERSION='~> 5.2.0'
# An incompatibility with Ruby 2.2 in Rails 5.2.4.0 (still not fixed 5.2.4.3)
# prevents from testing against this combination. This bug is not in 5-2-stable:
# lib/action_dispatch/request/session.rb:96: syntax error, unexpected '.'
# id&.public_id
env: RAILS_VERSION='5-2-stable'

# Rails 5.1 Builds >= 2.2.2
- rvm: 2.6.6
Expand Down

0 comments on commit 6a8fd07

Please # to comment.