Skip to content

Commit

Permalink
Stop testing against ruby 2.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshakov committed Jul 23, 2022
1 parent f222c87 commit aa2a15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spec.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.6.x', '2.7.x' , '3.0.x']
ruby: ['2.7.x' , '3.0.x', '3.1.x']
name: ${{ matrix.ruby }}

steps:
Expand Down

0 comments on commit aa2a15a

Please sign in to comment.