From eccac1b8f33e032983f3ac2df0d6ab2dc8a4128b Mon Sep 17 00:00:00 2001 From: Chris Gaffney Date: Wed, 26 Jun 2024 13:17:09 -0400 Subject: [PATCH] github: Add Ruby 3.1 and 3.2 to the test matrix --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95a4f14..0c5c1e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,9 @@ jobs: strategy: matrix: ruby: - - '3.3.1' + - "3.1" + - "3.2" + - "3.3" steps: - uses: actions/checkout@v4 @@ -23,5 +25,6 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true + - name: Run the default task run: bundle exec rake