Add ruby 3.0 to build matrix

This commit is contained in:
Erwan
2021-06-08 13:00:09 +02:00
committed by GitHub
parent 058eac160f
commit d79163fcb5

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
ruby: [2.5, 2.6, 2.7]
ruby: [2.5, 2.6, 2.7, 3.0]
steps:
- name: Checkout code