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 ffccfcb commit 2230f0bCopy full SHA for 2230f0b
1 file changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
os: [ubuntu-latest]
23
- ruby: ['2.7', '3.2', '3.3', '3.4']
+ ruby: ['2.7', '3.2', '3.3', '3.4', '4.0']
24
runs-on: ${{ matrix.os }}
25
26
steps:
0 commit comments