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 authored Dec 28, 2024
1 parent 7694c29 commit e200b6b
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
@@ -1,5 +1,5 @@
name: test
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: ${{ matrix.os }} Ruby ${{ matrix.ruby }}
Expand All @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu", "macos"]
ruby: ["3.1", "3.2", "3.3"]
ruby: ["3.2", "3.3", "3.4"]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e200b6b

Please sign in to comment.