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 357a21e commit 93db4beCopy full SHA for 93db4be
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-22.04
13
strategy:
14
matrix:
15
- ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
+ ruby: ["4.0", "3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
16
name: Ruby ${{ matrix.ruby }}
17
steps:
18
- uses: actions/checkout@v3
0 commit comments