Skip to content

Commit

Permalink
Drop CI with Rails on Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mernen committed Jan 3, 2024
1 parent c5e0340 commit 321b3de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ test-bundle:
RUN ./tests/completion-bundle/test.sh

test-bundle-all:
BUILD +test-bundle --RUBY_VERSION=2.7 --RAILS_VERSION="~>6.0"
BUILD +test-bundle --RUBY_VERSION=3.0 --RAILS_VERSION="~>6.0"
BUILD +test-bundle --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.0"
BUILD +test-bundle --RUBY_VERSION=3.1 --RAILS_VERSION="~>7.0"
Expand Down Expand Up @@ -107,7 +106,6 @@ test-rails:
RUN ./tests/completion-rails/test.sh

test-rails-all:
BUILD +test-rails --RUBY_VERSION=2.7 --RAILS_VERSION="~>6.0"
BUILD +test-rails --RUBY_VERSION=3.0 --RAILS_VERSION="~>6.0"
BUILD +test-rails --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.0"
BUILD +test-rails --RUBY_VERSION=3.1 --RAILS_VERSION="~>7.0"
Expand All @@ -122,7 +120,6 @@ test-rake:
RUN ./tests/completion-rake/test.sh

test-rake-all:
BUILD +test-rake --RUBY_VERSION=2.7 --RAILS_VERSION="~>6.0"
BUILD +test-rake --RUBY_VERSION=3.0 --RAILS_VERSION="~>6.0"
BUILD +test-rake --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.0"
BUILD +test-rake --RUBY_VERSION=3.1 --RAILS_VERSION="~>7.0"
Expand Down

0 comments on commit 321b3de

Please sign in to comment.