Skip to content

Commit

Permalink
Update supported Ruby versions in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryates committed Jan 6, 2024
1 parent f4c2f7f commit 952a180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.6'
ruby-version: '3.1.4'

- name: Install gems
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0.6', '3.1.4', '3.2.2']
ruby: ['3.1.4', '3.2.2', '3.3.0']
rails: ['7.0.8', '7.1.0']
runs-on: ubuntu-20.04
name: Testing with Ruby ${{ matrix.ruby }} and Rails ${{ matrix.rails }}
Expand Down

0 comments on commit 952a180

Please sign in to comment.