We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26279c5 commit 952f7e1Copy full SHA for 952f7e1
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
LC_ALL: en_US.UTF-8 # consistent sort order
13
14
strategy:
15
- matrix: { ruby: ['3.1', '3.2', '3.3', '3.4'] }
+ matrix: { ruby: [3.2', '3.3', '3.4', '4.0'] }
16
17
steps:
18
- name: Checkout code
0 commit comments