Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add github actions config #750

Merged

Commits on Aug 20, 2021

  1. add github actions config

    As travis stopped be free for all - lets move to github actions.
    
    - Add ruby 3.0 to build matrix
    - using DymnaDB ready made action installer did not work - could work with some more time for investigation. But it works the old way.
    aka47 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    87aa82d View commit details
    Browse the repository at this point in the history
  2. Re-enable codecov

    aka47 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    3c28833 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bff369 View commit details
    Browse the repository at this point in the history
  4. cleanup build matrix

    - remove old minor rails versions 5.0, 5.1
    - remove EOL ruby version 2.5
    aka47 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    23acf12 View commit details
    Browse the repository at this point in the history
  5. cleanup gemfiles and Appraisal

    remove unused gemsets
    aka47 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    c644436 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c73ca2a View commit details
    Browse the repository at this point in the history
  7. use compact yaml syntax

    aka47 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    9fc9d34 View commit details
    Browse the repository at this point in the history