We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357a21e commit 472c62aCopy full SHA for 472c62a
1 file changed
.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