Skip to content

Commit

Permalink
Run tests against the latest Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki24 committed Nov 3, 2024
1 parent cbbd286 commit 7c5ccdc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:
strategy:
matrix:
entry:
- { ruby: 2.7.2 }
- { ruby: 3.0.0 }
- { ruby: 3.1.2 }
- { ruby: 3.2.2 }
- { ruby: 2.7 }
- { ruby: 3.0 }
- { ruby: 3.1 }
- { ruby: 3.2 }
- { ruby: 3.3 }
- { ruby: "ruby-head", ignore: true }
- { ruby: "jruby-9.3.9.0", ignore: true }
- { ruby: "jruby-9.4.8.0", ignore: true }
- { ruby: "jruby-head", ignore: true }
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7c5ccdc

Please sign in to comment.