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.
2 parents 86b6940 + 279ca10 commit cc732eeCopy full SHA for cc732ee
1 file changed
.github/workflows/test.yml
@@ -36,6 +36,10 @@ jobs:
36
os: [ubuntu-latest]
37
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
38
ruby: ['3.4', '4.0']
39
+ include:
40
+ # Necessary for testing the different shell and sub-shell behavior
41
+ - os: macos-latest
42
+ ruby: '4.0'
43
runs-on: ${{ matrix.os }}
44
steps:
45
- name: Checkout
0 commit comments