Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #22 from solidusio/kennyadsl/versions-update
Browse files Browse the repository at this point in the history
Add v2.8 and put v2.3 in EOL
  • Loading branch information
kennyadsl authored Feb 1, 2019
2 parents cdcfa82 + 133efbd commit b314a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require 'pry'

Travis.access_token = ENV['TRAVIS_TOKEN']

OLD_VERSIONS = %W[v1.0 v1.1 v1.2 v1.3 v1.4 v2.0 v2.1 v2.2]
VERSIONS = %W[v1.0 v1.1 v1.2 v1.3 v1.4 v2.0 v2.1 v2.2 v2.3 v2.4 v2.5 v2.6 v2.7 master]
OLD_VERSIONS = %W[v1.0 v1.1 v1.2 v1.3 v1.4 v2.0 v2.1 v2.2 v2.3]
VERSIONS = %W[v1.0 v1.1 v1.2 v1.3 v1.4 v2.0 v2.1 v2.2 v2.3 v2.4 v2.5 v2.6 v2.7 v2.8 master]
PROJECTS = {
# Auth
'solidusio/solidus_auth_devise' => %w[master],
Expand Down

0 comments on commit b314a18

Please sign in to comment.