Force ourselves to test with Ruby 3.

Fix some issues that have been lurking.
This commit is contained in:
Mark VanderVoord
2023-01-09 14:16:30 -05:00
parent 019f88b4d9
commit 16d12416fd
5 changed files with 33 additions and 11 deletions
+5
View File
@@ -16,6 +16,11 @@ jobs:
name: "Unit Tests"
runs-on: ubuntu-latest
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches
# Install Multilib
- name: Install Multilib
run: |