diff options
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b080211a..6c3c8153 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,6 +29,8 @@ jobs: - ruby: jruby-9.2 - ruby: jruby-9.3 - ruby: jruby-9.4 + - ruby: head + allow_failures: true steps: - uses: actions/checkout@v3 |
