diff options
| author | Noel Peden <[email protected]> | 2023-04-27 05:32:27 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-27 05:32:27 -0700 |
| commit | 3399d667294716e03072f94da3e0976465ac8445 (patch) | |
| tree | 3597b7b347689739c4b2b03c4a42c8a7dc6bb65d /.github/workflows | |
| parent | f71bdb1de96f36c90c05e218d22ee26f1b02879e (diff) | |
| parent | 86e38982ed7b5fe3440e9c873bae70e29e2ff3bb (diff) | |
| download | caxlsx-3399d667294716e03072f94da3e0976465ac8445.tar.gz caxlsx-3399d667294716e03072f94da3e0976465ac8445.zip | |
Merge pull request #211 from tagliala/chore/anticipate-failures
Test against Ruby head
Diffstat (limited to '.github/workflows')
| -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 |
