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 95590bf commit b164b72Copy full SHA for b164b72
.github/workflows/ci.yml
@@ -23,17 +23,19 @@ jobs:
23
ruby: "2.7"
24
- os: ubuntu-latest
25
ruby: "3.0"
26
- tool: ci
27
28
ruby: "3.1"
+ - os: ubuntu-latest
29
+ ruby: "3.2"
30
+ tool: ci
31
32
ruby: jruby
33
34
ruby: truffleruby
35
- os: macos-latest
- ruby: "3.0"
36
37
- os: windows-latest
38
39
fail-fast: false
40
runs-on: ${{ matrix.os }}
41
steps:
@@ -48,5 +50,7 @@ jobs:
48
50
run: "bundle install && gem install --no-document toys"
49
51
- name: Run ${{ matrix.tool || 'test' }}
52
shell: bash
53
+ env:
54
+ MT_COMPAT: "true"
55
run: |
56
toys "${{ matrix.tool || 'test' }}" < /dev/null
0 commit comments