Skip to content

Commit 2bb0573

Browse files
committed
Stop trying to build the docs with more than one version
Signed-off-by: Pau Ruiz Safont <[email protected]>
1 parent 390a4f0 commit 2bb0573

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
ruby-version: [2.6, 2.7, '3.0', 3.1]
15+
ruby-version: [3.1]
1616

1717
steps:
1818
- uses: actions/checkout@v2
@@ -29,10 +29,6 @@ jobs:
2929
gems-${{ runner.os }}-${{ matrix.ruby-version }}-
3030
gems-${{ runner.os }}-
3131
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-
3632
- run: bundle config set deployment 'true'
3733
- name: bundle install
3834
run: |

0 commit comments

Comments
 (0)