diff options
author | Miklós Fazekas <mfazekas@szemafor.com> | 2021-01-09 14:09:11 +0100 |
---|---|---|
committer | Miklós Fazekas <mfazekas@szemafor.com> | 2021-01-09 14:09:11 +0100 |
commit | 09e31113bb39379177e95fa199c52459fd757005 (patch) | |
tree | f971a9186f95b349ae0b45323cce17876f45f6ef | |
parent | f2d49190fa1eaf166af0b6d5e06dc3325b8e9acd (diff) | |
download | net-ssh-09e31113bb39379177e95fa199c52459fd757005.tar.gz |
Add more ruby variants
-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 bceee97..d150188 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: [2.7.x, 2.6.x, 2.5.x] + ruby-version: [3.0.x, 2.7.x, 2.6.x, 2.5.x, 2.4.x] steps: - uses: actions/checkout@v1 |