diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-27 12:44:50 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-27 12:44:50 +0200 |
| commit | 86e38982ed7b5fe3440e9c873bae70e29e2ff3bb (patch) | |
| tree | 3597b7b347689739c4b2b03c4a42c8a7dc6bb65d /.github | |
| parent | f71bdb1de96f36c90c05e218d22ee26f1b02879e (diff) | |
| download | caxlsx-86e38982ed7b5fe3440e9c873bae70e29e2ff3bb.tar.gz caxlsx-86e38982ed7b5fe3440e9c873bae70e29e2ff3bb.zip | |
Test against Ruby head
Diffstat (limited to '.github')
| -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 |
