summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 14:13:43 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 14:13:43 +0100
commit83de19c8d814e7f23ce3563e90d94e0f74c75299 (patch)
tree205179ca7ba46272632069086540c98d33b152f7
parent305ef3a8dd1e5e643c7691cd5f70fed0b9615546 (diff)
downloadnet-ssh-83de19c8d814e7f23ce3563e90d94e0f74c75299.tar.gz
Remove ruby 3
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c9fbd01..1cb56fe 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby-version: [3.0.x, 2.7.x, 2.6.x, 2.5.x, 2.4.x]
+ ruby-version: [2.7.x, 2.6.x, 2.5.x, 2.4.x]
steps:
- uses: actions/checkout@v1