summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2021-01-29 22:50:48 +0100
committerGitHub <noreply@github.com>2021-01-30 06:50:48 +0900
commitdc3e2bdd4100a8be5498b50e72f7dda9fb528bb9 (patch)
tree8589833b2599e9748fbe59f60923fa00ded4e080
parenta2b8cd18a66ff845d02033f30bb7f311a24a317b (diff)
downloadrake-compiler-dc3e2bdd4100a8be5498b50e72f7dda9fb528bb9.tar.gz
CI: Add 3.0 (#186)
-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