test against all valid rubies

This commit is contained in:
Mark VanderVoord
2023-02-06 16:13:08 -05:00
parent 379a9a8d5d
commit cde38e4752
+3 -5
View File
@@ -15,12 +15,10 @@ jobs:
unit-tests:
name: "Unit Tests"
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
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: |