summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ce0c40f..87d4a31 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,9 +15,10 @@ jobs:
- macos-latest
- ubuntu-latest
ruby:
- - 2.5
- - 2.6
- - 2.7
+ - "2.5"
+ - "2.6"
+ - "2.7"
+ - "3.0"
- head
steps:
- uses: actions/checkout@v2