summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
AgeCommit message (Expand)Author
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
2020-11-17resolves #1821 test against Asciidoctor upstream (PR #1826)Dan Allen
2020-11-17GitHub Actions does git correctly so we don't need to set fetch depthDan Allen
2020-11-16install poppler package on Windows for visual testsDan Allen
2020-11-16install poppler package on macOS for visual testsDan Allen
2020-11-13remove JRUBY_OPTS in CI workflow (PR #1819)Marat Radchenko
2020-11-12give calls to pygments.rb more time to execute in CIDan Allen
2020-11-12resolves #1817 enable CI job on macOS (PR #1818)Dan Allen
2020-11-12rename build step in CI workflow [skip ci]Dan Allen
2020-11-12use version of choco on Windows provided by CI virtual environmentDan Allen
2020-11-12rely on test runner to disable Pygments tests on JRuby for WindowsDan Allen
2020-11-11resolves #1814 migrate Linux CI jobs to GitHub Actions (PR #1815)Dan Allen
2020-10-09resolves #1790 fix and test optimizer on windows (PR #1794)Dan Allen
2020-05-07drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)Dan Allen
2020-04-18Handle rename of eregon/use-ruby-action to ruby/setup-ruby (PR #1652)Marat Radchenko
2020-02-28Restore JRuby target in CI matrix (PR #1580)Marat Radchenko
2020-02-28disable JRuby target in GitHub Actions until action is fixedDan Allen
2020-02-16don't indent array entries in GitHub Actions configDan Allen
2020-02-16add support for [skip ci] hint to GitHub Actions (PR #1559)Dan Allen
2020-01-30Use separate step for Bundler config in GitHub Action (PR #1532)Dan Allen
2020-01-30Fix Windows Actions CI - use $ErrorActionPreference for bundler install step ...MSP-Greg
2020-01-30fix bundler warning in CI (PR #1528)Dan Allen
2020-01-28enable CI for Ruby 2.3 on Windows (PR #1526)Dan Allen
2020-01-28fix invalid GitHub Actions workflowDan Allen
2020-01-28align config for GitHub Actions with Travis config; add additional RubiesDan Allen