summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index abdd1b18..0507155f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -35,7 +35,8 @@ jobs:
# we have to use quotes for '3.0'
- '3.0'
- 3.1
- # - head is currently broken due to yard support for 3.2.0-dev
+ - 3.2
+ - head
- jruby-9.3.3.0
# - jruby-head
exclude:
@@ -51,6 +52,10 @@ jobs:
ruby: '2.3' # Intermittent failing Expression: RBASIC_CLASS(ret) == rb_cString
- os: windows-latest
ruby: '3.1'
+ - os: windows-latest
+ ruby: '3.2'
+ - os: windows-latest
+ ruby: 'head'
runs-on: ${{ matrix.os }}
continue-on-error: true