summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorNoel Peden <[email protected]>2023-04-27 05:32:27 -0700
committerGitHub <[email protected]>2023-04-27 05:32:27 -0700
commit3399d667294716e03072f94da3e0976465ac8445 (patch)
tree3597b7b347689739c4b2b03c4a42c8a7dc6bb65d /.github
parentf71bdb1de96f36c90c05e218d22ee26f1b02879e (diff)
parent86e38982ed7b5fe3440e9c873bae70e29e2ff3bb (diff)
downloadcaxlsx-3399d667294716e03072f94da3e0976465ac8445.tar.gz
caxlsx-3399d667294716e03072f94da3e0976465ac8445.zip
Merge pull request #211 from tagliala/chore/anticipate-failures
Test against Ruby head
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
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