Skip to content

Commit

Permalink
Add 3.4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 28, 2025
1 parent 870abda commit 6e2bd8a
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
Expand Up @@ -13,10 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, jruby, truffleruby]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, jruby, truffleruby]
os: [ubuntu]
include:
- ruby: 3.3
- ruby: ruby
os: windows

env:
Expand Down

0 comments on commit 6e2bd8a

Please sign in to comment.