summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2024-02-20upgrade JRuby in CIDan Allen
2024-02-20upgrade latest Ruby to 3.3 in CIDan Allen
2024-02-18upgrade GitHub Actions (checkout and setup-java)Dan Allen
2024-02-18only upgrade Java for JRuby build on WindowsDan Allen
2023-05-26don't run gem install in CI workflow for JRuby 9.2 on WindowsDan Allen
2023-05-26build and install gem and doc at end of CI workflowDan Allen
2023-05-26bump minimum version of CRuby to 2.7Dan Allen
2023-04-21lock pygments.rb version to 2.3.x until test assertions are updatedDan Allen
2023-04-16upgrade JRuby in CI workflowDan Allen
2023-04-16remove outdated nokogiri optimization in CIDan Allen
2023-04-08resolves #4429 add support for Haml 6 to template converter (PR #4431)Dan Allen
2023-02-21update latest Ruby to 3.2 in CI workflowsDan Allen
2022-12-16install python2 when running tests with pygments.rb 1.2Dan Allen
2022-11-20explicitly pass --no-pager to git diff in CI workflowDan Allen
2022-10-24upgrade checkout action to v3Dan Allen
2022-10-20set permissions for GitHub actions and enable workflow dispatch on CI ↵Dan Allen
workflow [no ci]
2022-10-19upgrade TruffleRuby in CIDan Allen
2022-10-18drop support for Ruby < 9.2 (which provides Ruby 2.3)Dan Allen
2022-10-15use token when cloning repository so release script can push [no ci]Dan Allen
2022-10-14add release version to run name for release workflowDan Allen
2022-10-14don't run CI on PR that originates from a branch that starts with docs/Dan Allen
2022-10-14ignore changes to AsciiDoc files in repository rootDan Allen
2022-10-12manage bundler groups correctly in CI workflowDan Allen
- start by excluding coverage, docs, and lint - reenable coverage and docs groups for primary - run tests as last step - ignore coverage group if Ruby version < 2.5.0
2022-10-12remove duplicate CLI flag when calling npm i in CI workflowDan Allen
2022-10-09always lock version of Bundler on Windows in CIDan Allen
2022-10-09try to reenable Bundler cache on WindowsDan Allen
2022-10-09lock version of Bundler on Windows to one that worksDan Allen
2022-10-09force Bundler version for any Ruby 3 release on WindowsDan Allen
2022-10-09don't use cached dependencies when building on Windows in CI workflowDan Allen
2022-10-09try to fix the CI jobs againDan Allen
2022-10-09bump cache version in CI workflow to fix corrupt Bundler cacheDan Allen
2022-08-28remove workaround for JRuby on Windows in CI setupDan Allen
2022-08-24bump minimum required Ruby version to 2.5 (PR #4341)Dan Allen
2022-08-24enable job for Ruby 3.1 on windows-latestDan Allen
2022-07-28use specific version of Bundler for Ruby 3.0 on windows-latestDan Allen
2022-07-27set up fully automated release [no ci]Dan Allen
2022-07-01lock version of JRuby 9.3 in CIDan Allen
2022-05-14set JVM option to workaround Permission denied - NUL error when installing ↵Dan Allen
bundler gem on JRuby for Windows
2022-01-05release using Ruby 3.0 instead of 3.1 [skip ci]Dan Allen
2021-12-28add JRuby 9.3 to CI matrixDan Allen
2021-12-28use vendor/bundle as cache path to be consistent with setup-ruby action ↵Dan Allen
[skip ci]
2021-12-27only test oldest and newest minor version for each Ruby major versionDan Allen
2021-12-26add Ruby 3.1 to CI matrixDan Allen
2021-11-28add comment for why Ruby 3.0 on ubuntu-latest is excluded in CI workflow ↵Dan Allen
[skip ci]
2021-11-01cancel build already in progress for same workflow and refDan Allen
2021-08-12lint stylesheet source in CI jobDan Allen
2021-07-31resolves #2557 enable RuboCop to enforce a consistent code style and perform ↵Dan Allen
static analysis
2021-07-15release lock on Bundler version in CIDan Allen
2021-07-13don't run scheduled build on forks [skip ci]Dan Allen
2021-07-12set bundler version in release workflowDan Allen