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 440f4c9 commit 4a2f3ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: test
on:
- push
- pull_request
- workflow_dispatch
jobs:
build:
name: ${{ matrix.os }} Ruby ${{ matrix.ruby }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu", "macos", "windows"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "head"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "head"]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4a2f3ce

Please sign in to comment.