Skip to content

Commit

Permalink
Stop trying to build the docs with more than one version
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
  • Loading branch information
psafont committed Jun 27, 2024
1 parent 390a4f0 commit 2bb0573
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby-version: [2.6, 2.7, '3.0', 3.1]
ruby-version: [3.1]

steps:
- uses: actions/checkout@v2
Expand All @@ -29,10 +29,6 @@ jobs:
gems-${{ runner.os }}-${{ matrix.ruby-version }}-
gems-${{ runner.os }}-
# necessary to get ruby 2.3 to work nicely with bundler vendor/bundle cache
# can remove once ruby 2.3 is no longer supported
- run: gem update --system

- run: bundle config set deployment 'true'
- name: bundle install
run: |
Expand Down

0 comments on commit 2bb0573

Please sign in to comment.