summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2022-12-31 13:21:54 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2022-12-31 17:00:06 -0300
commitb8fe942f022b3b5db9577a90f56eaa246fb1a776 (patch)
tree6c7a8130192adcf0dd67653614f9ef2d41792b29
parent126a41dfe5595b756b3e28301d2c312ba2c8dd36 (diff)
downloadhighline-b8fe942f022b3b5db9577a90f56eaa246fb1a776.tar.gz
Add MacOS and Windows to the test matrix
-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