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 27bfb2b commit 716cede
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@ name: CI
on:
- push
- pull_request
- workflow_dispatch

jobs:
test:
name: OS ${{ matrix.os }} Ruby ${{ matrix.ruby }} GR ${{ matrix.gr }}
strategy:
fail-fast: false
matrix:
gr: ["0.72.11", "0.73.6", "system"]
gr: ["0.72.11", "0.73.10", "system"]
os: ["ubuntu", "macos", "windows"]
ruby: ["3.1", "3.2", "3.3"]
ruby: ["3.2", "3.3", "3.4"]
exclude:
- { os: windows, gr: "0.72.11" }
- { os: windows, gr: "0.73.6" }
- { os: windows, gr: "0.73.10" }
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 716cede

Please sign in to comment.