Skip to content

Commit

Permalink
Update deps & add Meteor 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Nov 26, 2024
1 parent bcb0e66 commit 7320db2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
meteor: [2.15, 3.0.1]
meteor: [2.15, 3.0.1, 3.1]
redis-version: [4, 5, 6, 7]

steps:
Expand All @@ -19,7 +19,7 @@ jobs:
redis-version: ${{ matrix.redis-version }}

- name: Setup Meteor
uses: meteorengineer/setup-meteor@v1
uses: meteorengineer/setup-meteor@v2
with:
meteor-release: ${{ matrix.meteor }}
- name: Setup tests
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Npm.depends({
});

Package.onUse((api) => {
api.versionsFrom(['3.0.1', '2.15']);
api.versionsFrom(['2.15', '3.0.1', '3.1']);
api.use([
'underscore',
'ecmascript',
Expand Down Expand Up @@ -50,7 +50,7 @@ Package.onTest((api) => {
api.use('mongo');
api.use('random');
api.use('accounts-password');
api.use("matb33:[email protected].4");
api.use("matb33:[email protected].5");
api.use("alanning:[email protected]");
api.use('ddp-server');

Expand Down

0 comments on commit 7320db2

Please sign in to comment.