Skip to content

Commit

Permalink
Updated ruby versions in travis matrix to match latest patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Ratcliffe committed Jul 29, 2020
1 parent 78aaa49 commit af4ab06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ bundler_args: --path vendor/bundle
matrix:
include:
# 2017.3 -> 2018.1
- rvm: 2.4.4
- rvm: 2.4.5
env: PUPPET_VERSION="~>5.0"

# 2019.0 -> now
- rvm: 2.5.7
# 2019.0 -> 2019.8
- rvm: 2.5.8
env: PUPPET_VERSION="~>6.0"

0 comments on commit af4ab06

Please sign in to comment.