We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699136b commit 9438995Copy full SHA for 9438995
1 file changed
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- ruby_version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
+ ruby_version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
13
experimental: [false]
14
include:
15
- ruby_version: "ruby-head"
0 commit comments