Update dev tooling and related docs

This commit is contained in:
Gene Liverman 2022-01-19 14:59:12 -05:00
parent 49822bff31
commit f7eaeedbfc
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
21 changed files with 506 additions and 463 deletions

View file

@ -18,7 +18,8 @@ jobs:
strategy:
matrix:
ruby-version:
- '2.5.8'
# - '2.5.8'
- 'jruby-9.2.12.0'
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
@ -34,7 +35,7 @@ jobs:
strategy:
matrix:
ruby-version:
- '2.5.8'
# - '2.5.8'
- 'jruby-9.2.12.0'
steps:
- uses: actions/checkout@v2