Skip to content

Commit

Permalink
Merge pull request #10 from NagayamaRyoga/master
Browse files Browse the repository at this point in the history
ci: support ruby 3.3
  • Loading branch information
grass-fed authored Dec 29, 2023
2 parents 83d0b2e + 0d22efe commit 0750507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
ruby-version: [ '3.0', '3.1', '3.2', '3.3' ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0750507

Please sign in to comment.