summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
AgeCommit message (Expand)Author
2023-05-21fix CI build on WindowsDan Allen
2023-05-10bump upper Ruby version from 3.1 to 3.2 in CI workflowDan Allen
2023-04-15upgrade versions of integrated gems in CI workflowDan Allen
2023-04-05test oldest supported JRuby (9.2) and newest supported JRuby (9.4)Dan Allen
2023-02-20skip installing graphicsmagick/prawn-gmagick on macOS as it no longer works i...Dan Allen
2023-02-14lock visual tests to Rouge 4.0.x to stabilize themDan Allen
2022-10-27resolves #2363 replace use of AbstractBlock#role= method to ensure compatbili...Dan Allen
2022-10-22upgrade checkout action to v3Dan Allen
2022-10-20remove redundant tags-ignore key from CI workflowDan Allen
2022-09-26don't skip CI workflow if triggered from web UI [skip ci]Dan Allen
2022-09-26allow CI workflow to be started from web UI [skip ci]Dan Allen
2022-09-07resolves #928 use ICU if available to sort index entries and group terms unde...Dan Allen
2022-09-07really use Rouge 3 on JRuby in CIDan Allen
2022-09-07downgrade Rouge to 3 when testing JRuby 9.2Dan Allen
2022-08-27upgrade JRuby in CI matrixDan Allen
2022-07-01lock version of JRuby 9.3 in CI matrixDan Allen
2022-06-27reenable CI build on JRuby 9.3 for WindowsDan Allen
2022-06-23resolves #2255 interpret start-at theme keys with value 1 correctly (PR #2256)Dan Allen
2022-06-04add integration test with Asciidoctor Kroki (PR #2226)Dan Allen
2022-05-30test prawn-gmagick integration on macOSDan Allen
2022-05-16don't run CI for pushes and pull requests with only changes to docs [no ci]Dan Allen
2022-05-16don't run CI if HEAD commit message starts with [docs] [no ci]Dan Allen
2022-05-16fix formatting in GitHub Actions config filesDan Allen
2022-05-16set permissions for GitHub actions (PR #2167)Naveen
2022-05-13set JVM option to workaround Permission denied - NUL error when installing bu...Dan Allen
2022-04-27only test Ruby 3.0 and JRuby 9.2 once in CIDan Allen
2022-04-24don't run main CI workflow on docs PRs [no ci]Dan Allen
2022-04-24remove check for skip ci in commit message as it's now supported by default [...Dan Allen
2022-04-16bump minimum Ruby version to 2.7 and remove obsolete patches (PR #2038)Dan Allen
2022-04-16add JRuby 9.3 to CI matrix; upgrade asciidoctor-diagram to 2.2Dan Allen
2021-12-31don't specify bundler version in CI configDan Allen
2021-12-27add Ruby 3.1 to CI matrix; update error message transformation to account for...Dan Allen
2021-12-27cancel build already in progress for same workflow and ref [skip ci]Dan Allen
2021-07-13don't run scheduled build on forks [skip ci]Dan Allen
2021-07-12release lock on patch version of bundlerDan Allen
2021-07-10remove workaround to reinstall Bundler in CIDan Allen
2021-07-10lock bundler version in CI to workaround regression [skip ci]Dan Allen
2021-05-09stub in entry in CI matrix as a reminder to test Asciidoctor 2.0.x once 2.1.0...Dan Allen
2021-04-28use latest minor of pygments.rb and asciidoctor-diagram in CIDan Allen
2021-04-13restore tests against Rouge 2.0.xDan Allen
2021-02-27prepare branch to be renamed from master to mainDan Allen
2021-02-18upgrade pygments.rb to 2.1.0 in CIDan Allen
2021-02-07use correct command to unset without config for Bundler in CIDan Allen
2021-02-07use portable commands to enable coverage in CIDan Allen
2021-02-07enable deep cover for primary job in CIDan Allen
2021-01-22use pygments.rb 2.0.0 in CI (PR #1860)Marat Radchenko
2021-01-20resolves #1583 add basic tests for Asciidoctor Diagram integrationDan Allen
2021-01-03add Ruby 3 to CI matrix; make it primary; patch bug in Prawn; use it for rele...Dan Allen
2020-12-13downgrade Bundler for JRuby on WindowsDan Allen
2020-11-27run apt-get update before attempting to install packagesDan Allen