From b8fe942f022b3b5db9577a90f56eaa246fb1a776 Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Sat, 31 Dec 2022 13:21:54 -0300 Subject: Add MacOS and Windows to the test matrix --- .github/workflows/ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.github') 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 -- cgit v1.2.1