summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
AgeCommit message (Collapse)Author
2024-01-07bump oldest supported Ruby & Asciidoctor (#452)Marat Radchenko
2023-11-30Bump actions/setup-java from 3 to 4 (#449)dependabot[bot]
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10Bump actions/checkout from 3 to 4 (#445)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10Fix macOS CI (#448)Marat Radchenko
2022-12-04Drop support for Ruby < 2.5 (#428)Marat Radchenko
Those ancient things are several years EOL
2022-04-03Update Rubies on CI (#416)Marat Radchenko
2022-03-02Bump actions/checkout from 2 to 3 (#414)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-28resolves #363: reenable dependency on kindlegen gem (#398)Marat Radchenko
This commit also drops support for Ruby < 2.4 This reverts commit 33e27eeb21fb62f1e82767f9957a0a03fa35c722.
2021-01-08use pygments.rb 2.0.0 in CI (#387)Marat Radchenko
2021-01-02enable caching to speedup CI (#386)Marat Radchenko
2021-01-02add Ruby 3.0 to CI (#385)Marat Radchenko
2020-11-10do not run CI build on tagsMarat Radchenko
2020-11-10skip ci if [skip ci] is present in commit messageMarat Radchenko
2020-10-19increase pygments.rb timeout on GitHub Actions (#377)Marat Radchenko
2020-10-19stop using deprecated `set-env` command in GitHub Actions (#376)Marat Radchenko
See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-08-25see #363: drop dependency on kindlegen gem to unblock CI (#364)Marat Radchenko
2020-07-06Enable CI on Ruby 2.7 on Windows (#349)Marat Radchenko
Nokogiri 1.10.10 added precompiled Windows libs for Ruby 2.7
2020-04-18stop installing Bundler on GH-Actions manually (#330)Marat Radchenko
setup-ruby does that for us automatically
2020-02-18resolves #47 stop requiring specific include file scheme (PR #302)Marat Radchenko
support conversion of article documents to a single-chapter file resolves #205 support special chapters like bibliography resolves #190 `basedir` now points to spine document directory when processing chapter files resolves #178 fix image and listing numbers being reset in each chapter resolves #166 fix xref resolving between sub-includes of chapter files resolves #151 add support for contentless include files resolves #136 drop nonstandard `<<chapter#>>` xref syntax and instead support vanilla `<<anchor>>` or `<<file#anchor>>` syntax resolves #206 properly include bibliography generated by asciidoctor-bibtex require Asciidoctor 1.5.6+
2020-02-09rename eregon/use-ruby-action -> ruby/setup-rubyMarat Radchenko
2020-01-30Revert to eregon/use-ruby-action@v1 in GH-ActionsMarat Radchenko
It turns out this is a recommended way: https://github.com/actions/toolkit/blob/master/docs/action-versioning.md
2020-01-29Use fixed release of eregon/use-ruby-action (take 2)Marat Radchenko
2020-01-27use fixed release of eregon/use-ruby-action on GitHub Actions to avoid ↵Marat Radchenko
accidental build breakage (PR #273)
2020-01-26resolves #254 set up CI for JRuby on Windows (PR #255)Marat Radchenko
2020-01-24reorder GitHub Actions matrix so slow JRuby comes firstMarat Radchenko
2020-01-20Add GitHub Actions CI scriptMarat Radchenko
Also, this commit stops using Travis CI for release process.