Skip to content

Commit

Permalink
Prepare for v3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jul 16, 2024
1 parent 06c937a commit 021f444
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
meteorRelease:
- '3.0-rc.2'
- '3.0'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions package/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Package.describe({
summary: 'Run Meteor package or app tests with Mocha',
git: 'https://github.com/meteortesting/meteor-mocha.git',
documentation: '../README.md',
version: '3.1.0-rc.1',
version: '3.0.0-rc.1',
testOnly: true,
});

Package.onUse(function onUse(api) {
api.versionsFrom(['2.8.0', '3.0-rc.4'])
api.versionsFrom(['2.8.0', '3.0'])
api.use([
'meteortesting:mocha-core@8.3.1-rc300.1',
'meteortesting:mocha-core@8.2.0',
'ecmascript'
]);

api.use([
'meteortesting:browser-tests@1.6.0-rc300.1',
'meteortesting:browser-tests@1.7.0',
'[email protected] || 2.0.0'
], 'server');
api.use('browser-policy', 'server', { weak: true });
Expand Down

0 comments on commit 021f444

Please sign in to comment.