summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 14:20:09 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 14:20:09 +0100
commit6b69260a70cc31d97694391bf872fa9e49bd5311 (patch)
tree003f7cb375821a381939f24241b8b86403739831
parent37300f94c82ee0abbfd920361dbb68057386300b (diff)
downloadnet-ssh-6b69260a70cc31d97694391bf872fa9e49bd5311.tar.gz
Use head instead of 3.0
-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 f2eea9d..dc30c81 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, 2.4.x, '3.0']
+ ruby-version: [2.7.x, 2.6.x, 2.5.x, 2.4.x, 'head']
steps:
- uses: actions/checkout@v1