From a64591496736d4e150447d11646169d238768de1 Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Mon, 7 Feb 2022 16:18:49 -0600 Subject: [PATCH] chore: upgrade supported language versions --- .github/workflows/test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index d535207..c4d2d59 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - ruby: [ 2.4, 2.5, 2.6, 2.7, jruby-9.2 ] + ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', 'jruby-9.2' ] steps: - name: Checkout ruby-http-client uses: actions/checkout@v2 @@ -59,7 +59,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.4 + ruby-version: 3.1 bundler-cache: true - run: make install