Skip to content

Commit

Permalink
Add Ruby 3.4 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Jul 20, 2024
1 parent 2a8c621 commit b0b0305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [ 'ubuntu', 'macos' ]
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
os: ["ubuntu", "macos"]
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit b0b0305

Please sign in to comment.