Skip to content

Commit

Permalink
Correct development Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zachahn committed May 7, 2023
1 parent c417407 commit d1e79ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.4
3.0.6
8 changes: 4 additions & 4 deletions multitask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ only_combinations:
ruby: "2.6.10"
- name: rails60_sprockets4
gemfile: gemfiles/rails60_sprockets4.gemfile
ruby: "2.7.7"
ruby: "2.7.8"
- name: rails61_sprockets4
gemfile: gemfiles/rails61_sprockets4.gemfile
ruby: "2.7.7"
ruby: "2.7.8"
- name: rails70_sprockets4
gemfile: gemfiles/rails70_sprockets4.gemfile
ruby: "3.1.3"
ruby: "3.1.4"
- name: rails70_sprockets4
gemfile: gemfiles/rails70_sprockets4.gemfile
ruby: "3.2.2"
- name: default
gemfile: Gemfile
ruby: "2.7.2"
ruby: "3.0.6"
run_layout: |
sh <<'SH' && echo '\033[0;32m*** Success <%= ruby %> | <%= gemfile %>\033[0m' || echo '\033[0;31m!!! Failed <%= ruby %> | <%= gemfile %>\033[0m'
set -e
Expand Down

0 comments on commit d1e79ce

Please sign in to comment.