diff options
author | Miklós Fazekas <mfazekas@szemafor.com> | 2021-01-09 14:13:43 +0100 |
---|---|---|
committer | Miklós Fazekas <mfazekas@szemafor.com> | 2021-01-09 14:13:43 +0100 |
commit | 83de19c8d814e7f23ce3563e90d94e0f74c75299 (patch) | |
tree | 205179ca7ba46272632069086540c98d33b152f7 /.github | |
parent | 305ef3a8dd1e5e643c7691cd5f70fed0b9615546 (diff) | |
download | net-ssh-83de19c8d814e7f23ce3563e90d94e0f74c75299.tar.gz |
Remove ruby 3
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |