summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--.travis.yml7
2 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2f3e8e0..794d6c0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,6 +10,6 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
- version: 2.6.x
+ version: 2.7.x
- name: Build and test
run: bin/cibuild
diff --git a/.travis.yml b/.travis.yml
index e4c24af..e8e04f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,9 @@
sudo: false
language: ruby
rvm:
- - 2.4.5
- - 2.5.5
- - 2.6.3
+ - 2.4.9
+ - 2.5.7
+ - 2.6.5
+ - 2.7.0
script:
- bin/cibuild