Skip to content

Commit

Permalink
Some trial and error to get the tests passing 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 612c8e9 commit dc98e1d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,8 +13,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
Expand All @@ -26,6 +24,12 @@ jobs:
- gemfiles/rbnacl.gemfile
experimental: [false]
include:
- ruby: 2.1
gemfile: 'gemfiles/rbnacl.gemfile'
experimental: false
- ruby: 2.2
gemfile: 'gemfiles/rbnacl.gemfile'
experimental: false
- ruby: 2.7
coverage: "true"
gemfile: 'gemfiles/rbnacl.gemfile'
Expand Down

0 comments on commit dc98e1d

Please sign in to comment.