summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-27 12:44:50 +0200
committerGeremia Taglialatela <[email protected]>2023-04-27 12:44:50 +0200
commit86e38982ed7b5fe3440e9c873bae70e29e2ff3bb (patch)
tree3597b7b347689739c4b2b03c4a42c8a7dc6bb65d /.github/workflows
parentf71bdb1de96f36c90c05e218d22ee26f1b02879e (diff)
downloadcaxlsx-86e38982ed7b5fe3440e9c873bae70e29e2ff3bb.tar.gz
caxlsx-86e38982ed7b5fe3440e9c873bae70e29e2ff3bb.zip
Test against Ruby head
Diffstat (limited to '.github/workflows')
-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