We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c362761 commit 330a717Copy full SHA for 330a717
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
strategy:
22
matrix:
23
- ruby-version: ['3.1', '3.2', '3.3', 'head']
+ ruby-version: ['3.1', '3.2', '3.3', '3.4', 'head']
24
continue-on-error: ${{ matrix.ruby-version == 'head' }}
25
26
steps:
0 commit comments