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 b91238f commit 69e10f4Copy full SHA for 69e10f4
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: [ ubuntu-latest ]
10
- ruby-version: ['3.0', '3.1', '3.2']
+ ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
11
12
runs-on: ${{ matrix.os }}
13
0 commit comments