We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390a4f0 commit 2bb0573Copy full SHA for 2bb0573
1 file changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- ruby-version: [2.6, 2.7, '3.0', 3.1]
+ ruby-version: [3.1]
16
17
steps:
18
- uses: actions/checkout@v2
@@ -29,10 +29,6 @@ jobs:
29
gems-${{ runner.os }}-${{ matrix.ruby-version }}-
30
gems-${{ runner.os }}-
31
32
- # necessary to get ruby 2.3 to work nicely with bundler vendor/bundle cache
33
- # can remove once ruby 2.3 is no longer supported
34
- - run: gem update --system
35
-
36
- run: bundle config set deployment 'true'
37
- name: bundle install
38
run: |
0 commit comments