Skip to content

Commit

Permalink
fixup! Configurable ruby (MRI) version. Defaults to 2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
llambeau committed Dec 13, 2021
1 parent ffc3715 commit becd1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test: Gemfile.lock example/Gemfile.lock
bundle exec rake test

ci: Dockerfile.tests.built
docker run enspirit/startback/tests-ruby${MRI_VERSION}
docker run enspirit/startback:tests

images: $(addsuffix .image,$(IMAGES))
push-images: $(addsuffix .push-image,$(PUSH_IMAGES))
Expand Down

0 comments on commit becd1bf

Please sign in to comment.