Skip to content

Commit

Permalink
Merge pull request #334 from irasutoya-tools/misc/supportMoreRubyVers…
Browse files Browse the repository at this point in the history
…ions

💚 Support more Ruby versions
  • Loading branch information
unhappychoice committed Aug 3, 2023
2 parents 89a4307 + 673f238 commit f433c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7.8', '2.6.10']
ruby: ['3.2.2', '3.1.4', '3.0.6', '2.7.8', '2.6.10']
steps:
- uses: actions/checkout@master
- name: Set up Ruby
Expand Down

0 comments on commit f433c23

Please sign in to comment.