We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e80bc commit a6450f3Copy full SHA for a6450f3
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
LC_ALL: en_US.UTF-8
15
16
strategy:
17
- matrix: { ruby: ['3.1', '3.2', '3.3'] }
+ matrix: { ruby: ['3.1', '3.2', '3.3', '3.4'] }
18
19
steps:
20
- name: Checkout code
0 commit comments