Skip to content

Commit

Permalink
adjust actions to ruby 3.2 for Rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bradpotts committed Nov 17, 2024
1 parent 5dbace0 commit b9789de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
ruby-version: '3.2'
bundler-cache: true

# Step 3: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_gem_rubygems_org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
ruby-version: '3.2'

# Install dependencies
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.3.4']
ruby-version: ['3.2', '3.3.4']
steps:
# Step 1: Check out the repository
- name: Check out repository code
Expand Down

0 comments on commit b9789de

Please sign in to comment.