summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby McDonald <BobbyMcWho@users.noreply.github.com>2019-11-16 23:02:06 -0500
committerGitHub <noreply@github.com>2019-11-16 23:02:06 -0500
commit289d7f1e2b3388bdd64e529918d9568fa6c94270 (patch)
tree766a2eba2e2e5b903497aa8d4a8d775f1893fd9d
parent80a7b50f7e2a2a22debe79aa0dee17cfb6b6df3c (diff)
downloadhashie-289d7f1e2b3388bdd64e529918d9568fa6c94270.tar.gz
Pass specific ruby versions for ruby-build
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3fe6c9b..6985167 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
- ruby-version: [ '2.1.x', '2.2.x', '2.3.x', '2.4.x', '2.5.x', '2.6.x']
+ ruby-version: [ '2.1.10', '2.2.9', '2.3.8', '2.4.5', '2.5.3', '2.6.3']
steps:
- uses: actions/checkout@v1
- uses: actions/cache@preview