Skip to content

Commit

Permalink
Merge pull request #32 from kymmt90/ruby-3.4
Browse files Browse the repository at this point in the history
Run CI with Ruby 3.4
  • Loading branch information
kymmt90 authored Jan 11, 2025
2 parents 4a7f2de + 0ad4059 commit 8e55a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
include:
- ruby: '2.6'
bundler-version: '2.4.22'
- ruby: '2.7'
bundler-version: '2.4.22'
- ruby: '3.3'
- ruby: '3.4'
report-coverage: true
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8e55a4e

Please sign in to comment.