Merge pull request #16191 from Bo98/rubydoc-ruby

workflows/docs: bump rubydoc test Ruby
This commit is contained in:
Bo Anderson 2023-11-07 16:12:46 +00:00 committed by GitHub
commit 8c7cd3c0fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ jobs:
test-bot: false test-bot: false
- name: Checkout Homebrew/rubydoc.brew.sh - name: Checkout Homebrew/rubydoc.brew.sh
uses: actions/checkout@main uses: actions/checkout@v4
with: with:
repository: Homebrew/rubydoc.brew.sh repository: Homebrew/rubydoc.brew.sh
path: rubydoc path: rubydoc
@ -68,7 +68,7 @@ jobs:
- name: Install Ruby - name: Install Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: "2.7" ruby-version: "3.1"
bundler-cache: true bundler-cache: true
- name: Process rubydoc comments - name: Process rubydoc comments