forked from Shopify/shipit-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 20240518-v0.39.0-workaround-volume-perf
- Loading branch information
Showing
75 changed files
with
760 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,9 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Set up Ruby 2.7 | ||
- name: Set up Ruby | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: '2.7' | ||
bundler-cache: true | ||
- name: rubocop | ||
run: | | ||
|
@@ -25,7 +24,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
ruby_version: | ||
- '2.7' | ||
- '3.0' | ||
|
||
services: | ||
db: | ||
|
@@ -68,7 +67,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
ruby_version: | ||
- '2.7' | ||
- '3.0' | ||
|
||
services: | ||
db: | ||
|
@@ -107,9 +106,10 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
ruby_version: | ||
- '2.7' | ||
- '3.0' | ||
- '3.1' | ||
- '3.2' | ||
- '3.3' | ||
|
||
services: | ||
redis: | ||
|
@@ -139,8 +139,6 @@ jobs: | |
- uses: actions/checkout@v1 | ||
- name: Set up Ruby | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: '3.0' | ||
- name: Run setup script | ||
run: | | ||
git config --global user.email "[email protected]" | ||
|
@@ -149,7 +147,7 @@ jobs: | |
export SHIPIT_GEM_PATH="${PWD}" | ||
mkdir /tmp/new-app | ||
cd /tmp/new-app | ||
gem install rails -v '~> 7.0.2' --no-document | ||
gem install rails -v '~> 7.1.1' --no-document | ||
rails new shipit --skip-action-cable --skip-turbolinks --skip-action-mailer --skip-active-storage --skip-webpack-install --skip-action-mailbox --skip-action-text -m "${SHIPIT_GEM_PATH}/template.rb" | ||
env: | ||
SHIPIT_EDGE: "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AllCops: | ||
TargetRubyVersion: 2.7 | ||
TargetRubyVersion: 3.0 | ||
Exclude: | ||
- tmp/* | ||
- bin/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.