Closed benjamin-ltr closed 2 years ago
thanks
The workflow is pretty basic at the moment and only runs the test suite but we can extend it later. I think it will be great to release a new version automatically when a tag is pushed on the main branch.
Also the build is failing for some versions of ruby with the following error message:
nokogiri-1.12.5-x86_64-linux requires ruby version >= 2.5, < 3.1.dev, which is
incompatible with the current version, ruby 2.4.10p364
Error: Process completed with exit code 5.
So I commented some lines for the moment.
The travis build is not working anymore, so I created a workflow for github actions (which is free for public repos). This workflow is pretty basic and only runs tests for now.
fix #120