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 ed1746c commit c73bed3Copy full SHA for c73bed3
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- ruby-version: [3.2, 3.1, 3.0, 2.7, 2.6, 2.5, 2.4, 2.3]
+ ruby-version: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
17
18
steps:
19
- uses: actions/checkout@v2
0 commit comments