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