Add Ruby 3.1 to the CI matrix (#1812)

* Enclose all the version numbers in quotes
This commit is contained in:
mishina
2022-03-23 23:30:49 +09:00
committed by GitHub
parent ecc317886a
commit 3f0b61081b
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.6, 2.7, 3.0]
ruby: ['2.6', '2.7', '3.0', '3.1']
steps:
- name: Check out repository code
uses: actions/checkout@v2