summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-01-17 00:58:09 -0500
committerAustin Ziegler <austin@zieglers.ca>2021-01-17 00:58:09 -0500
commitb8db65ac00b8f23d4274ed47aada475a65cc24d0 (patch)
treebb11ef9d01c3739f44f7f581e16b88474787a270
parenta2ac225986b45b6b216f9047ec0f128f9c0bdd51 (diff)
downloadmime-types-b8db65ac00b8f23d4274ed47aada475a65cc24d0.tar.gz
Mark Ruby versions for CI as strings, not numbers
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4be556e..6588be1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,11 +22,11 @@ jobs:
- macos
- windows
ruby:
- - 2.4
- - 2.5
- - 2.6
- - 2.7
- - 3.0
+ - '2.4'
+ - '2.5'
+ - '2.6'
+ - '2.7'
+ - '3.0'
- head
- debug
- mingw