Skip to content

Commit 321b3de

Browse files
committed
Drop CI with Rails on Ruby 2.7
1 parent c5e0340 commit 321b3de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Earthfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ test-bundle:
5252
RUN ./tests/completion-bundle/test.sh
5353

5454
test-bundle-all:
55-
BUILD +test-bundle --RUBY_VERSION=2.7 --RAILS_VERSION="~>6.0"
5655
BUILD +test-bundle --RUBY_VERSION=3.0 --RAILS_VERSION="~>6.0"
5756
BUILD +test-bundle --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.0"
5857
BUILD +test-bundle --RUBY_VERSION=3.1 --RAILS_VERSION="~>7.0"
@@ -107,7 +106,6 @@ test-rails:
107106
RUN ./tests/completion-rails/test.sh
108107

109108
test-rails-all:
110-
BUILD +test-rails --RUBY_VERSION=2.7 --RAILS_VERSION="~>6.0"
111109
BUILD +test-rails --RUBY_VERSION=3.0 --RAILS_VERSION="~>6.0"
112110
BUILD +test-rails --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.0"
113111
BUILD +test-rails --RUBY_VERSION=3.1 --RAILS_VERSION="~>7.0"
@@ -122,7 +120,6 @@ test-rake:
122120
RUN ./tests/completion-rake/test.sh
123121

124122
test-rake-all:
125-
BUILD +test-rake --RUBY_VERSION=2.7 --RAILS_VERSION="~>6.0"
126123
BUILD +test-rake --RUBY_VERSION=3.0 --RAILS_VERSION="~>6.0"
127124
BUILD +test-rake --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.0"
128125
BUILD +test-rake --RUBY_VERSION=3.1 --RAILS_VERSION="~>7.0"

0 commit comments

Comments
 (0)