Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Sep 4, 2024
1 parent 8302d13 commit 3866d79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto-update-gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
runs-on: ubuntu-22.04
permissions:
pull-requests: write
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']

steps:
# Only execute if there's a PR attached to this branch.
Expand All @@ -34,7 +37,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Check for changes in Gemfiles and related files
Expand Down

0 comments on commit 3866d79

Please sign in to comment.