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 18d16d6 commit a7e3430Copy full SHA for a7e3430
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- ruby-version: [3.0, 3.1, 3.2]
+ ruby-version: [3.0, 3.1, 3.2, 3.3]
14
steps:
15
- uses: actions/checkout@v4
16
with:
0 commit comments