summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Wininger <florian@cyberwatch.fr>2021-07-04 22:19:15 +0200
committerFlorian Wininger <fw.centrale@gmail.com>2021-07-04 22:28:13 +0200
commit44fb70b3f04f47e660cf67b31e656686d197bd4d (patch)
tree7caa0d39f0f11353ce4694ebe812e660460ec8cd
parent5d3d6f62b9bc58774487ac6c382e0197d074f954 (diff)
downloadnet-ssh-44fb70b3f04f47e660cf67b31e656686d197bd4d.tar.gz
Update python version for integration tests
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c383577..edfe7b4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
- python-version: 2.7
+ python-version: 3.8
- name: Cache bundler
uses: actions/cache@v1
@@ -70,7 +70,5 @@ jobs:
- name: Run test helper test
run: bundle exec rake test_test
- name: Rubocop
- if: matrix.ruby-version != '3.0.0'
+ if: matrix.ruby-version != '3.0.1'
run: bundle exec rubocop
-
- \ No newline at end of file