Skip to content

Commit

Permalink
Do not run tests on very old rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Dec 12, 2020
1 parent bd2d66a commit dc946fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -24,10 +24,10 @@ jobs:
- gemfiles/rbnacl.gemfile
experimental: [false]
include:
- ruby: 2.1
experimental: true
- ruby: 2.2
experimental: true
# - 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 dc946fa

Please sign in to comment.