We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6f572 commit 736f972Copy full SHA for 736f972
.github/workflows/checks.yml
@@ -15,9 +15,6 @@ on:
15
jobs:
16
ci:
17
runs-on: ubuntu-latest
18
- strategy:
19
- matrix:
20
- ruby-version: ["3.0", "3.4"]
21
22
steps:
23
- name: Check out
@@ -26,7 +23,6 @@ jobs:
26
- name: Set up Ruby ${{ matrix.ruby-version }}
27
24
uses: ruby/setup-ruby@v1
28
25
with:
29
- ruby-version: ${{ matrix.ruby-version }}
30
bundler-cache: true
31
32
- name: Install
.ruby-version
@@ -0,0 +1 @@
1
+3.4
0 commit comments