Skip to content

Commit 6e2bd8a

Browse files
committed
Add 3.4 in CI
1 parent 870abda commit 6e2bd8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, jruby, truffleruby]
16+
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, jruby, truffleruby]
1717
os: [ubuntu]
1818
include:
19-
- ruby: 3.3
19+
- ruby: ruby
2020
os: windows
2121

2222
env:

0 commit comments

Comments
 (0)