We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c9ee2 commit 5aea4f5Copy full SHA for 5aea4f5
.github/workflows/ci.yml
@@ -22,6 +22,7 @@ jobs:
22
ruby: ["2.7", "3.0", "3.1"]
23
steps:
24
- uses: actions/checkout@v2
25
+ - run: rm Gemfile.lock
26
- uses: ruby/setup-ruby@v1
27
with:
28
ruby-version: ${{matrix.ruby}}
@@ -38,6 +39,7 @@ jobs:
38
39
runs-on: ${{matrix.plat}}-latest
40
41
42
43
44
45
ruby-version: "3.1"
.github/workflows/gem-install.yml
@@ -23,6 +23,7 @@ jobs:
runs-on: ubuntu-latest
29
0 commit comments