Skip to content

Commit

Permalink
Merge branch 'ruby-3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
mernen committed Jan 3, 2024
2 parents 321b3de + b649caa commit 94ae023
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bash-completion:
SAVE ARTIFACT ./bash_completion

ruby:
ARG RUBY_VERSION=2.7
ARG RUBY_VERSION=3.3
FROM ruby:$RUBY_VERSION

COPY +bash-completion/bash_completion /usr/src/bash_completion
Expand Down Expand Up @@ -56,6 +56,7 @@ test-bundle-all:
BUILD +test-bundle --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.0"
BUILD +test-bundle --RUBY_VERSION=3.1 --RAILS_VERSION="~>7.0"
BUILD +test-bundle --RUBY_VERSION=3.2 --RAILS_VERSION="~>7.0"
BUILD +test-bundle --RUBY_VERSION=3.3 --RAILS_VERSION="~>7.0"


test-gem:
Expand All @@ -78,6 +79,7 @@ test-gem-all:
BUILD +test-gem --RUBY_VERSION=3.0
BUILD +test-gem --RUBY_VERSION=3.1
BUILD +test-gem --RUBY_VERSION=3.2
BUILD +test-gem --RUBY_VERSION=3.3


test-jruby:
Expand Down Expand Up @@ -110,6 +112,7 @@ test-rails-all:
BUILD +test-rails --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.0"
BUILD +test-rails --RUBY_VERSION=3.1 --RAILS_VERSION="~>7.0"
BUILD +test-rails --RUBY_VERSION=3.2 --RAILS_VERSION="~>7.0"
BUILD +test-rails --RUBY_VERSION=3.3 --RAILS_VERSION="~>7.0"


test-rake:
Expand All @@ -124,6 +127,7 @@ test-rake-all:
BUILD +test-rake --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.0"
BUILD +test-rake --RUBY_VERSION=3.1 --RAILS_VERSION="~>7.0"
BUILD +test-rake --RUBY_VERSION=3.2 --RAILS_VERSION="~>7.0"
BUILD +test-rake --RUBY_VERSION=3.3 --RAILS_VERSION="~>7.0"


test-ruby:
Expand All @@ -146,3 +150,4 @@ test-ruby-all:
BUILD +test-ruby --RUBY_VERSION=3.0
BUILD +test-ruby --RUBY_VERSION=3.1
BUILD +test-ruby --RUBY_VERSION=3.2
BUILD +test-ruby --RUBY_VERSION=3.3

0 comments on commit 94ae023

Please sign in to comment.