From 91bbefaffabceacc6eaab42fb1181033ecbf4e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 3 Jan 2022 12:08:27 +0100 Subject: [PATCH] Add Ruby 3.1 to the CI --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7ab98b49f..7e4f89da2 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - ruby: [ '2.6', '2.7', '3.0' ] + ruby: [ '2.6', '2.7', '3.0', '3.1' ] name: Vagrant unit tests on Ruby ${{ matrix.ruby }} steps: - name: Code Checkout