Skip to content

Commit 9438995

Browse files
committed
CI: add Ruby 3.4 and 4.0 to the matrix
1 parent 699136b commit 9438995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby_version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
12+
ruby_version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
1313
experimental: [false]
1414
include:
1515
- ruby_version: "ruby-head"

0 commit comments

Comments
 (0)