We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fa6bf commit bae97e2Copy full SHA for bae97e2
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- ruby: ['3.2', '3.1', '3.0', '2.7']
+ ruby: ['3.3', '3.2', '3.1', '3.0', '2.7']
17
18
steps:
19
- uses: actions/checkout@v3
0 commit comments