We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e76fbf commit 31afe50Copy full SHA for 31afe50
1 file changed
.github/workflows/ci.yml
@@ -6,9 +6,9 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v2
9
- - uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
+ - uses: ruby/setup-ruby@v1
10
with:
11
- ruby-version: 2.7
+ ruby-version: 3.4
12
bundler-cache: true
13
- run: bundle install
14
- run: bundle exec rspec
0 commit comments