We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a4528 commit 5ebcad6Copy full SHA for 5ebcad6
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
+ ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
18
name: Ruby ${{ matrix.ruby }}
19
20
steps:
0 commit comments