Try using ruby 2.5.8

This commit is contained in:
Michael Ball 2021-02-18 13:47:14 -08:00
parent d44c495bc5
commit 56a2a89fe2
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1 @@
2.5.5 2.5.8

View file

@ -7,6 +7,8 @@ addons:
language: ruby language: ruby
cache: bundler cache: bundler
rvm: rvm:
- 2.5
- 2.6
branches: branches:
except: except:
- /^depfu/.*$/ - /^depfu/.*$/
@ -42,4 +44,4 @@ env:
- TEST_SUITE=controllers - TEST_SUITE=controllers
- TEST_SUITE=rest - TEST_SUITE=rest
matrix: matrix:
fast_finish: true fast_finish: false