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 39ca97e commit b3333f6Copy full SHA for b3333f6
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
fail-fast: false
46
matrix:
47
os: [ubuntu]
48
- ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', 'ruby-head', 'debug', 'truffleruby', 'truffleruby-head']
+ ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'ruby-head', 'debug', 'truffleruby', 'truffleruby-head']
49
runs-on: ${{ matrix.os }}-latest
50
steps:
51
- uses: actions/checkout@v4
0 commit comments