We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d913934 commit c81decbCopy full SHA for c81decb
.github/workflows/ruby.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- ruby: ['3.1', '3.2', '3.3', head]
+ ruby: ['3.1', '3.2', '3.3', '3.4.0-rc1', head]
17
rubyopt: [""]
18
job:
19
- test
0 commit comments