Skip to content

Commit

Permalink
Add ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0llirocks authored Jan 19, 2023
1 parent bb31fc5 commit 48e844d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 48e844d

Please sign in to comment.