Commit 37c7aa8c by Jared Norman

Correct excluded Ruby versions

The versions we were running against were bumped, so we needed to update
which versions were being excluded as they were stale.

Rails master (soon to be 6.0.0) doesn't support versions before Ruby
2.5.
parent 64f6c2df
...@@ -33,7 +33,7 @@ matrix: ...@@ -33,7 +33,7 @@ matrix:
exclude: exclude:
- rvm: 2.2 - rvm: 2.2
env: RAILS='master' env: RAILS='master'
- rvm: 2.3.5 - rvm: 2.3.8
env: RAILS='master' env: RAILS='master'
- rvm: 2.4.3 - rvm: 2.4.5
env: RAILS='master' env: RAILS='master'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment