Skip to content

Commit

Permalink
Run ci on ruby v3.x families
Browse files Browse the repository at this point in the history
  • Loading branch information
unasuke committed Mar 25, 2024
1 parent df2020d commit 3c62d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '2.6', '2.5', '2.4']
ruby: ['3.3', '3.2', '3.1', '3.0', '2.7', '2.6', '2.5', '2.4']
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 3c62d0c

Please sign in to comment.