Skip to content

Commit

Permalink
Require tests to pass on 2.1 and 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Dec 12, 2020
1 parent acf1d31 commit 09f53a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
Expand All @@ -24,10 +26,6 @@ jobs:
- gemfiles/rbnacl.gemfile
experimental: [false]
include:
# - ruby: 2.1
# experimental: true
# - ruby: 2.2
# experimental: true
- ruby: 2.7
coverage: "true"
gemfile: 'gemfiles/rbnacl.gemfile'
Expand Down

0 comments on commit 09f53a6

Please sign in to comment.