From 43a32567476a5775fa1e4bcd68f68e3c6ddf79eb Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Mon, 16 Jan 2023 16:41:21 -0500 Subject: [PATCH] Test across multiple versions of Ruby --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcae2ad..ce948bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,9 @@ jobs: unit-tests: name: "Unit Tests" runs-on: ubuntu-latest + strategy: + matrix: + ruby: ['2.7', '3.0', '3.1', '3.2'] steps: # Install Ruby Testing Tools - name: Setup Ruby Testing Tools