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 05848a0 commit 1de90c6Copy full SHA for 1de90c6
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
LC_ALL: en_US.UTF-8
15
16
strategy:
17
- matrix: { ruby: ['3.2', '3.3', '3.4'] }
+ matrix: { ruby: ['3.2', '3.3', '3.4', '4.0'] }
18
19
steps:
20
- name: Checkout code
0 commit comments