We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd1b87 commit 9490316Copy full SHA for 9490316
.github/workflows/ci.yml
@@ -39,14 +39,23 @@ jobs:
39
ruby: "3.4"
40
task: "--test"
41
- os: ubuntu-latest
42
- ruby: "3.4"
+ ruby: "4.0"
43
+ task: "--test"
44
+ - os: ubuntu-latest
45
46
task: "--rubocop-toplevel --rubocop --build --yard --linkinator"
47
- os: macos-latest
48
49
50
+ - os: macos-latest
51
52
53
- os: windows-latest
54
55
56
+ - os: windows-latest
57
58
59
fail-fast: false
60
runs-on: ${{ matrix.os }}
61
steps:
0 commit comments