Skip to content

Commit

Permalink
Tests start at Meteor 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Aug 23, 2023
1 parent 6e6762e commit 096fbd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ jobs:
strategy:
matrix:
meteorRelease:
- '--release 2.8.1'
- '--release 2.9.1'
- '--release 2.10.0'
- '--release 2.11.0'
- '--release 2.12'
- '--release 3.0-alpha.11'
# Latest version
# Latest recommended version
- ''
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Package.describe({
});

Package.onUse(function(api) {
api.versionsFrom(['2.8.0', '3.0-alpha.11']);
api.versionsFrom(['2.9.0', '3.0-alpha.11']);
api.use('ecmascript');
api.use(['check', 'mongo', 'logging'], 'server');
api.mainModule('migrations_server.js', 'server');
Expand Down

0 comments on commit 096fbd8

Please sign in to comment.