We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dde9049 + b4381dc commit 8c1c583Copy full SHA for 8c1c583
1 file changed
moduleroot/.github/workflows/ci.yml.erb
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup ruby
19
uses: ruby/setup-ruby@v1
20
with:
21
- ruby-version: '2.7'
+ ruby-version: '3.0'
22
bundler-cache: true
23
- name: Run static validations
24
run: bundle exec rake validate lint check
@@ -87,7 +87,7 @@ jobs:
87
88
89
90
91
92
- name: Run tests
93
run: bundle exec rake beaker
0 commit comments