Skip to content

Commit

Permalink
Remove 2.14 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harryadel committed Sep 17, 2024
1 parent cf69ebc commit 1e76dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
meteorRelease:
- '--release 2.14'
- '--release 3.0.3'
# Latest version
steps:
Expand Down
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Package.describe({
})

Package.onUse(function (api) {
api.versionsFrom(['2.8.1', '3.0'])
api.versionsFrom(['3.0.3'])

api.use([
'mongo',
Expand All @@ -29,12 +29,12 @@ Package.onUse(function (api) {
})

Package.onTest(function (api) {
api.versionsFrom(['2.14', '3.0.3'])
api.versionsFrom(['3.0.3'])

api.use([
'matb33:collection-hooks',
'accounts-base',
'accounts-password',
'accounts-password@3.0.1',
'mongo',
'ddp',
'tinytest',
Expand Down

0 comments on commit 1e76dbb

Please sign in to comment.