Skip to content

Commit

Permalink
Updating ruby GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesridgway committed Dec 16, 2022
1 parent 8b7e7bf commit b1b7809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.0.x, 2.7.x]
ruby-version: [3.1.3, 3.0.5]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Bundle
Expand Down

0 comments on commit b1b7809

Please sign in to comment.