Skip to content

Commit 6a8fd07

Browse files
committed
Test a stable version of Rails 5.2 with Ruby 2.2
For the reasons described in the comment
1 parent 89dd9ec commit 6a8fd07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ matrix:
5555
- rvm: 2.3.8
5656
env: RAILS_VERSION='~> 5.2.0'
5757
- rvm: 2.2.10
58-
env: RAILS_VERSION='~> 5.2.0'
58+
# An incompatibility with Ruby 2.2 in Rails 5.2.4.0 (still not fixed 5.2.4.3)
59+
# prevents from testing against this combination. This bug is not in 5-2-stable:
60+
# lib/action_dispatch/request/session.rb:96: syntax error, unexpected '.'
61+
# id&.public_id
62+
env: RAILS_VERSION='5-2-stable'
5963

6064
# Rails 5.1 Builds >= 2.2.2
6165
- rvm: 2.6.6

0 commit comments

Comments
 (0)