summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9eab7ae..0553039 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,6 +23,21 @@ jobs:
- truffleruby
- truffleruby-head
- truffleruby+graalvm
+ include:
+ - os: windows-latest
+ ruby-version: head
+ - os: windows-latest
+ ruby-version: '3.1'
+ - os: windows-latest
+ ruby-version: mingw
+ - os: windows-latest
+ ruby-version: mswin
+ - os: windows-latest
+ ruby-version: ucrt
+ - os: macos-latest
+ ruby-version: 'head'
+ - os: macos-latest
+ ruby-version: '3.1'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3