Skip to content

Commit

Permalink
Add Ruby 3.4 to CI (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 authored Dec 30, 2024
1 parent 08b34c2 commit d1264c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
name: ${{ matrix.ruby-version }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d1264c7

Please sign in to comment.